]> njoseph.me Git - goutils.git/blob - .gitignore
Add go.sum to .gitignore
[goutils.git] / .gitignore
1 # Created by https://www.toptal.com/developers/gitignore/api/intellij,go
2 # Edit at https://www.toptal.com/developers/gitignore?templates=intellij,go
3
4 ### Go ###
5 # Binaries for programs and plugins
6 *.exe
7 *.exe~
8 *.dll
9 *.so
10 *.dylib
11
12 # Test binary, built with `go test -c`
13 *.test
14
15 # Output of the go coverage tool, specifically when used with LiteIDE
16 *.out
17
18 # Dependency directories (remove the comment below to include it)
19 # vendor/
20
21 ### Go Patch ###
22 /vendor/
23 /Godeps/
24
25 ### Intellij ###
26 # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
27 # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
28
29 # User-specific stuff
30 .idea/**/workspace.xml
31 .idea/**/tasks.xml
32 .idea/**/usage.statistics.xml
33 .idea/**/dictionaries
34 .idea/**/shelf
35
36 # Generated files
37 .idea/**/contentModel.xml
38
39 # Sensitive or high-churn files
40 .idea/**/dataSources/
41 .idea/**/dataSources.ids
42 .idea/**/dataSources.local.xml
43 .idea/**/sqlDataSources.xml
44 .idea/**/dynamic.xml
45 .idea/**/uiDesigner.xml
46 .idea/**/dbnavigator.xml
47
48 # Gradle
49 .idea/**/gradle.xml
50 .idea/**/libraries
51
52 # Gradle and Maven with auto-import
53 # When using Gradle or Maven with auto-import, you should exclude module files,
54 # since they will be recreated, and may cause churn. Uncomment if using
55 # auto-import.
56 # .idea/artifacts
57 # .idea/compiler.xml
58 # .idea/jarRepositories.xml
59 # .idea/modules.xml
60 # .idea/*.iml
61 # .idea/modules
62 # *.iml
63 # *.ipr
64
65 # CMake
66 cmake-build-*/
67
68 # Mongo Explorer plugin
69 .idea/**/mongoSettings.xml
70
71 # File-based project format
72 *.iws
73
74 # IntelliJ
75 out/
76
77 # mpeltonen/sbt-idea plugin
78 .idea_modules/
79
80 # JIRA plugin
81 atlassian-ide-plugin.xml
82
83 # Cursive Clojure plugin
84 .idea/replstate.xml
85
86 # Crashlytics plugin (for Android Studio and IntelliJ)
87 com_crashlytics_export_strings.xml
88 crashlytics.properties
89 crashlytics-build.properties
90 fabric.properties
91
92 # Editor-based Rest Client
93 .idea/httpRequests
94
95 # Android studio 3.1+ serialized cache file
96 .idea/caches/build_file_checksums.ser
97
98 ### Intellij Patch ###
99 # Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
100
101 # *.iml
102 # modules.xml
103 # .idea/misc.xml
104 # *.ipr
105
106 # Sonarlint plugin
107 # https://plugins.jetbrains.com/plugin/7973-sonarlint
108 .idea/**/sonarlint/
109
110 # SonarQube Plugin
111 # https://plugins.jetbrains.com/plugin/7238-sonarqube-community-plugin
112 .idea/**/sonarIssues.xml
113
114 # Markdown Navigator plugin
115 # https://plugins.jetbrains.com/plugin/7896-markdown-navigator-enhanced
116 .idea/**/markdown-navigator.xml
117 .idea/**/markdown-navigator-enh.xml
118 .idea/**/markdown-navigator/
119
120 # Cache file creation bug
121 # See https://youtrack.jetbrains.com/issue/JBR-2257
122 .idea/$CACHE_FILE$
123
124 # CodeStream plugin
125 # https://plugins.jetbrains.com/plugin/12206-codestream
126 .idea/codestream.xml
127
128 # End of https://www.toptal.com/developers/gitignore/api/intellij,go
129
130 go.sum