github.com/mantzas/incata@v0.3.0/.gitignore (about) 1 # Compiled Object files, Static and Dynamic libs (Shared Objects) 2 *.o 3 *.a 4 *.so 5 6 # Folders 7 _obj 8 _test 9 10 # Architecture specific extensions/prefixes 11 *.[568vq] 12 [568vq].out 13 14 *.cgo1.go 15 *.cgo2.c 16 _cgo_defun.c 17 _cgo_gotypes.go 18 _cgo_export.* 19 20 _testmain.go 21 22 *.exe 23 *.test 24 *.prof 25 26 27 # Created by https://www.gitignore.io/api/intellij 28 29 ### Intellij ### 30 # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm 31 32 *.iml 33 34 ## Directory-based project format: 35 .idea/ 36 # if you remove the above rule, at least ignore the following: 37 38 # User-specific stuff: 39 # .idea/workspace.xml 40 # .idea/tasks.xml 41 # .idea/dictionaries 42 # .idea/shelf 43 44 # Sensitive or high-churn files: 45 # .idea/dataSources.ids 46 # .idea/dataSources.xml 47 # .idea/sqlDataSources.xml 48 # .idea/dynamic.xml 49 # .idea/uiDesigner.xml 50 51 # Gradle: 52 # .idea/gradle.xml 53 # .idea/libraries 54 55 # Mongo Explorer plugin: 56 # .idea/mongoSettings.xml 57 58 ## File-based project format: 59 *.ipr 60 *.iws 61 62 ## Plugin-specific files: 63 64 # IntelliJ 65 /out/ 66 67 # mpeltonen/sbt-idea plugin 68 .idea_modules/ 69 70 # JIRA plugin 71 atlassian-ide-plugin.xml 72 73 # Crashlytics plugin (for Android Studio and IntelliJ) 74 com_crashlytics_export_strings.xml 75 crashlytics.properties 76 crashlytics-build.properties 77 fabric.properties 78 79 # vendor 80 /vendor 81 *.coverprofile