github.com/keikoproj/manny@v0.0.0-20210726112440-8571e4c99ced/.gitignore (about) 1 # Project specific 2 release 3 coverage.* 4 5 # Created by .ignore support plugin (hsz.mobi) 6 ### macOS template 7 # General 8 .DS_Store 9 .AppleDouble 10 .LSOverride 11 12 # Icon must end with two \r 13 Icon 14 15 # Thumbnails 16 ._* 17 18 # Files that might appear in the root of a volume 19 .DocumentRevisions-V100 20 .fseventsd 21 .Spotlight-V100 22 .TemporaryItems 23 .Trashes 24 .VolumeIcon.icns 25 .com.apple.timemachine.donotpresent 26 27 # Directories potentially created on remote AFP share 28 .AppleDB 29 .AppleDesktop 30 Network Trash Folder 31 Temporary Items 32 .apdisk 33 34 ### Go template 35 # Binaries for programs and plugins 36 *.exe 37 *.exe~ 38 *.dll 39 *.so 40 *.dylib 41 42 # Test binary, built with `go test -c` 43 *.test 44 45 # Output of the go coverage tool, specifically when used with LiteIDE 46 *.out 47 48 # Dependency directories (remove the comment below to include it) 49 # vendor/ 50 51 ### JetBrains template 52 # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm 53 # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 54 55 # CMake 56 cmake-build-*/ 57 58 # File-based project format 59 *.iws 60 61 # mpeltonen/sbt-idea plugin 62 .idea_modules/ 63 64 .idea 65 66 # Crashlytics plugin (for Android Studio and IntelliJ) 67 com_crashlytics_export_strings.xml 68 crashlytics.properties 69 crashlytics-build.properties 70 fabric.properties 71