1
-
2
- # Created by https://www.gitignore.io/api/go,visualstudiocode
3
- # Edit at https://www.gitignore.io/?templates=go,visualstudiocode
1
+ # Created by https://www.toptal.com/developers/gitignore/api/go,osx,linux,goland,windows,visualstudiocode
2
+ # Edit at https://www.toptal.com/developers/gitignore?templates=go,osx,linux,goland,windows,visualstudiocode
4
3
5
4
# ## Go ###
6
5
# Binaries for programs and plugins
10
9
* .so
11
10
* .dylib
12
11
13
- # Test binary, build with `go test -c`
12
+ # Test binary, built with `go test -c`
14
13
* .test
15
14
16
15
# Output of the go coverage tool, specifically when used with LiteIDE
17
16
* .out
18
17
18
+ # Dependency directories (remove the comment below to include it)
19
+ # vendor/
20
+
19
21
# ## Go Patch ###
20
22
/vendor /
21
23
/Godeps /
22
24
25
+ # ## Goland ###
26
+ # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm, Rider and Goland
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
+ # AWS User-specific
37
+ .idea /** /aws.xml
38
+
39
+ # Generated files
40
+ .idea /** /contentModel.xml
41
+
42
+ # Sensitive or high-churn files
43
+ .idea /** /dataSources /
44
+ .idea /** /dataSources.ids
45
+ .idea /** /dataSources.local.xml
46
+ .idea /** /sqlDataSources.xml
47
+ .idea /** /dynamic.xml
48
+ .idea /** /uiDesigner.xml
49
+ .idea /** /dbnavigator.xml
50
+
51
+ # Gradle
52
+ .idea /** /gradle.xml
53
+ .idea /** /libraries
54
+
55
+ # Gradle and Maven with auto-import
56
+ # When using Gradle or Maven with auto-import, you should exclude module files,
57
+ # since they will be recreated, and may cause churn. Uncomment if using
58
+ # auto-import.
59
+ # .idea/artifacts
60
+ # .idea/compiler.xml
61
+ # .idea/jarRepositories.xml
62
+ # .idea/modules.xml
63
+ # .idea/*.iml
64
+ # .idea/modules
65
+ # *.iml
66
+ # *.ipr
67
+
68
+ # CMake
69
+ cmake-build- * /
70
+
71
+ # Mongo Explorer plugin
72
+ .idea /** /mongoSettings.xml
73
+
74
+ # File-based project format
75
+ * .iws
76
+
77
+ # IntelliJ
78
+ out /
79
+
80
+ # mpeltonen/sbt-idea plugin
81
+ .idea_modules /
82
+
83
+ # JIRA plugin
84
+ atlassian-ide-plugin.xml
85
+
86
+ # Cursive Clojure plugin
87
+ .idea /replstate.xml
88
+
89
+ # Crashlytics plugin (for Android Studio and IntelliJ)
90
+ com_crashlytics_export_strings.xml
91
+ crashlytics.properties
92
+ crashlytics-build.properties
93
+ fabric.properties
94
+
95
+ # Editor-based Rest Client
96
+ .idea /httpRequests
97
+
98
+ # Ignores the whole .idea folder and all .iml files
99
+ .idea /
100
+
101
+ # Android studio 3.1+ serialized cache file
102
+ .idea /caches /build_file_checksums.ser
103
+
104
+ # ## Linux ###
105
+ * ~
106
+
107
+ # temporary files which can be created if a process still has a handle open of a deleted file
108
+ .fuse_hidden *
109
+
110
+ # KDE directory preferences
111
+ .directory
112
+
113
+ # Linux trash folder which might appear on any partition or disk
114
+ .Trash- *
115
+
116
+ # .nfs files are created when an open file is removed but is still being accessed
117
+ .nfs *
118
+
119
+ # ## OSX ###
120
+ # General
121
+ .DS_Store
122
+ .AppleDouble
123
+ .LSOverride
124
+
125
+ # Icon must end with two \r
126
+ Icon
127
+
128
+
129
+ # Thumbnails
130
+ ._ *
131
+
132
+ # Files that might appear in the root of a volume
133
+ .DocumentRevisions-V100
134
+ .fseventsd
135
+ .Spotlight-V100
136
+ .TemporaryItems
137
+ .Trashes
138
+ .VolumeIcon.icns
139
+ .com.apple.timemachine.donotpresent
140
+
141
+ # Directories potentially created on remote AFP share
142
+ .AppleDB
143
+ .AppleDesktop
144
+ Network Trash Folder
145
+ Temporary Items
146
+ .apdisk
147
+
23
148
# ## VisualStudioCode ###
24
149
.vscode /*
25
150
! .vscode /settings.json
26
151
! .vscode /tasks.json
27
152
! .vscode /launch.json
28
153
! .vscode /extensions.json
154
+ * .code-workspace
155
+
156
+ # Local History for Visual Studio Code
157
+ .history /
29
158
30
159
# ## VisualStudioCode Patch ###
31
160
# Ignore all local history of files
32
161
.history
162
+ .ionide
163
+
164
+ # Support for Project snippet scope
165
+ ! .vscode /* .code-snippets
166
+
167
+ # ## Windows ###
168
+ # Windows thumbnail cache files
169
+ Thumbs.db
170
+ Thumbs.db:encryptable
171
+ ehthumbs.db
172
+ ehthumbs_vista.db
173
+
174
+ # Dump file
175
+ * .stackdump
176
+
177
+ # Folder config file
178
+ [Dd ]esktop.ini
179
+
180
+ # Recycle Bin used on file shares
181
+ $RECYCLE.BIN /
182
+
183
+ # Windows Installer files
184
+ * .cab
185
+ * .msi
186
+ * .msix
187
+ * .msm
188
+ * .msp
189
+
190
+ # Windows shortcuts
191
+ * .lnk
33
192
34
- # End of https://www.gitignore.io/ api/go,visualstudiocode
193
+ # End of https://www.toptal.com/developers/gitignore/ api/go,osx,linux,goland,windows ,visualstudiocode
0 commit comments