diff --git a/.gitignore b/.gitignore index 25d2bcf..a5cf485 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,48 @@ # Created by .ignore support plugin (hsz.mobi) +### JetBrains template +# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm +# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 + +# User-specific stuff: +.idea/**/workspace.xml +.idea/**/tasks.xml +.idea/dictionaries + +# Sensitive or high-churn files: +.idea/**/dataSources/ +.idea/**/dataSources.ids +.idea/**/dataSources.xml +.idea/**/dataSources.local.xml +.idea/**/sqlDataSources.xml +.idea/**/dynamic.xml +.idea/**/uiDesigner.xml + +# Gradle: +.idea/**/gradle.xml +.idea/**/libraries + +# Mongo Explorer plugin: +.idea/**/mongoSettings.xml + +## File-based project format: +*.iws + +## Plugin-specific files: + +# IntelliJ +/out/ + +# mpeltonen/sbt-idea plugin +.idea_modules/ + +# JIRA plugin +atlassian-ide-plugin.xml + +# Crashlytics plugin (for Android Studio and IntelliJ) +com_crashlytics_export_strings.xml +crashlytics.properties +crashlytics-build.properties +fabric.properties ### Go template # Binaries for programs and plugins *.exe @@ -14,8 +58,13 @@ # Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736 .glide/ - .idea/ -.vscode/ +*.iml + +vendor/ +glide.lock +.DS_Store +dist/ +debug diff --git a/glide.lock b/glide.lock index 7fa968b..f8bbef4 100644 --- a/glide.lock +++ b/glide.lock @@ -1,4 +1,6 @@ hash: 987b8e6d8a376bcd7d88b53e7e96589051b26a5398cc6679b26065d1a9f81239 -updated: 2017-12-01T15:04:06.589083396+09:00 -imports: [] +updated: 2017-12-04T17:52:24.210845903+09:00 +imports: +- name: github.com/google/gopacket + version: 11c65f1ca9081dfea43b4f9643f5c155583b73ba testImports: []