Skip to content

Commit b13fb4a

Browse files
committed
update .gitignore
1 parent 70cc36b commit b13fb4a

File tree

1 file changed

+349
-5
lines changed

1 file changed

+349
-5
lines changed

.gitignore

Lines changed: 349 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,350 @@
1-
/.gradle
2-
/build
1+
# File created using '.gitignore Generator' for Visual Studio Code: https://bit.ly/vscode-gig
2+
3+
# Created by https://www.toptal.com/developers/gitignore/api/windows,visualstudiocode,forgegradle,gradle,intellij,intellij+all,intellij+iml,java,linux,macos
4+
# Edit at https://www.toptal.com/developers/gitignore?templates=windows,visualstudiocode,forgegradle,gradle,intellij,intellij+all,intellij+iml,java,linux,macos
5+
6+
### ForgeGradle ###
7+
# Minecraft client/server files
8+
run/
9+
10+
### Intellij ###
11+
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
12+
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
13+
14+
# User-specific stuff
15+
.idea/**/workspace.xml
16+
.idea/**/tasks.xml
17+
.idea/**/usage.statistics.xml
18+
.idea/**/dictionaries
19+
.idea/**/shelf
20+
21+
# Generated files
22+
.idea/**/contentModel.xml
23+
24+
# Sensitive or high-churn files
25+
.idea/**/dataSources/
26+
.idea/**/dataSources.ids
27+
.idea/**/dataSources.local.xml
28+
.idea/**/sqlDataSources.xml
29+
.idea/**/dynamic.xml
30+
.idea/**/uiDesigner.xml
31+
.idea/**/dbnavigator.xml
32+
33+
# Gradle
34+
.idea/**/gradle.xml
35+
.idea/**/libraries
36+
37+
# Gradle and Maven with auto-import
38+
# When using Gradle or Maven with auto-import, you should exclude module files,
39+
# since they will be recreated, and may cause churn. Uncomment if using
40+
# auto-import.
41+
# .idea/artifacts
42+
# .idea/compiler.xml
43+
# .idea/jarRepositories.xml
44+
# .idea/modules.xml
45+
# .idea/*.iml
46+
# .idea/modules
47+
# *.iml
48+
# *.ipr
49+
50+
# CMake
51+
cmake-build-*/
52+
53+
# Mongo Explorer plugin
54+
.idea/**/mongoSettings.xml
55+
56+
# File-based project format
57+
*.iws
58+
59+
# IntelliJ
60+
out/
61+
62+
# mpeltonen/sbt-idea plugin
63+
.idea_modules/
64+
65+
# JIRA plugin
66+
atlassian-ide-plugin.xml
67+
68+
# Cursive Clojure plugin
69+
.idea/replstate.xml
70+
71+
# Crashlytics plugin (for Android Studio and IntelliJ)
72+
com_crashlytics_export_strings.xml
73+
crashlytics.properties
74+
crashlytics-build.properties
75+
fabric.properties
76+
77+
# Editor-based Rest Client
78+
.idea/httpRequests
79+
80+
# Android studio 3.1+ serialized cache file
81+
.idea/caches/build_file_checksums.ser
82+
83+
### Intellij Patch ###
84+
# Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
85+
86+
# *.iml
87+
# modules.xml
88+
# .idea/misc.xml
89+
# *.ipr
90+
91+
# Sonarlint plugin
92+
# https://plugins.jetbrains.com/plugin/7973-sonarlint
93+
.idea/**/sonarlint/
94+
95+
# SonarQube Plugin
96+
# https://plugins.jetbrains.com/plugin/7238-sonarqube-community-plugin
97+
.idea/**/sonarIssues.xml
98+
99+
# Markdown Navigator plugin
100+
# https://plugins.jetbrains.com/plugin/7896-markdown-navigator-enhanced
101+
.idea/**/markdown-navigator.xml
102+
.idea/**/markdown-navigator-enh.xml
103+
.idea/**/markdown-navigator/
104+
105+
# Cache file creation bug
106+
# See https://youtrack.jetbrains.com/issue/JBR-2257
107+
.idea/$CACHE_FILE$
108+
109+
# CodeStream plugin
110+
# https://plugins.jetbrains.com/plugin/12206-codestream
111+
.idea/codestream.xml
112+
113+
### Intellij+all ###
114+
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
115+
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
116+
117+
# User-specific stuff
118+
119+
# Generated files
120+
121+
# Sensitive or high-churn files
122+
123+
# Gradle
124+
125+
# Gradle and Maven with auto-import
126+
# When using Gradle or Maven with auto-import, you should exclude module files,
127+
# since they will be recreated, and may cause churn. Uncomment if using
128+
# auto-import.
129+
# .idea/artifacts
130+
# .idea/compiler.xml
131+
# .idea/jarRepositories.xml
132+
# .idea/modules.xml
133+
# .idea/*.iml
134+
# .idea/modules
135+
# *.iml
136+
# *.ipr
137+
138+
# CMake
139+
140+
# Mongo Explorer plugin
141+
142+
# File-based project format
143+
144+
# IntelliJ
145+
146+
# mpeltonen/sbt-idea plugin
147+
148+
# JIRA plugin
149+
150+
# Cursive Clojure plugin
151+
152+
# Crashlytics plugin (for Android Studio and IntelliJ)
153+
154+
# Editor-based Rest Client
155+
156+
# Android studio 3.1+ serialized cache file
157+
158+
### Intellij+all Patch ###
159+
# Ignores the whole .idea folder and all .iml files
160+
# See https://github.com/joeblau/gitignore.io/issues/186 and https://github.com/joeblau/gitignore.io/issues/360
161+
162+
.idea/
163+
164+
# Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-249601023
165+
166+
*.iml
167+
modules.xml
168+
.idea/misc.xml
169+
*.ipr
170+
171+
# Sonarlint plugin
172+
.idea/sonarlint
173+
174+
### Intellij+iml ###
175+
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
176+
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
177+
178+
# User-specific stuff
179+
180+
# Generated files
181+
182+
# Sensitive or high-churn files
183+
184+
# Gradle
185+
186+
# Gradle and Maven with auto-import
187+
# When using Gradle or Maven with auto-import, you should exclude module files,
188+
# since they will be recreated, and may cause churn. Uncomment if using
189+
# auto-import.
190+
# .idea/artifacts
191+
# .idea/compiler.xml
192+
# .idea/jarRepositories.xml
193+
# .idea/modules.xml
194+
# .idea/*.iml
195+
# .idea/modules
196+
# *.iml
197+
# *.ipr
198+
199+
# CMake
200+
201+
# Mongo Explorer plugin
202+
203+
# File-based project format
204+
205+
# IntelliJ
206+
207+
# mpeltonen/sbt-idea plugin
208+
209+
# JIRA plugin
210+
211+
# Cursive Clojure plugin
212+
213+
# Crashlytics plugin (for Android Studio and IntelliJ)
214+
215+
# Editor-based Rest Client
216+
217+
# Android studio 3.1+ serialized cache file
218+
219+
### Intellij+iml Patch ###
220+
# Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-249601023
221+
222+
223+
### Java ###
224+
# Compiled class file
225+
*.class
226+
227+
# Log file
228+
*.log
229+
230+
# BlueJ files
231+
*.ctxt
232+
233+
# Mobile Tools for Java (J2ME)
234+
.mtj.tmp/
235+
236+
# Package Files #
3237
*.jar
4-
*.txt
5-
*.xml
6-
*.properties
238+
*.war
239+
*.nar
240+
*.ear
241+
*.zip
242+
*.tar.gz
243+
*.rar
244+
245+
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
246+
hs_err_pid*
247+
248+
### Linux ###
249+
*~
250+
251+
# temporary files which can be created if a process still has a handle open of a deleted file
252+
.fuse_hidden*
253+
254+
# KDE directory preferences
255+
.directory
256+
257+
# Linux trash folder which might appear on any partition or disk
258+
.Trash-*
259+
260+
# .nfs files are created when an open file is removed but is still being accessed
261+
.nfs*
262+
263+
### macOS ###
264+
# General
265+
.DS_Store
266+
.AppleDouble
267+
.LSOverride
268+
269+
# Icon must end with two \r
270+
Icon
271+
272+
# Thumbnails
273+
._*
274+
275+
# Files that might appear in the root of a volume
276+
.DocumentRevisions-V100
277+
.fseventsd
278+
.Spotlight-V100
279+
.TemporaryItems
280+
.Trashes
281+
.VolumeIcon.icns
282+
.com.apple.timemachine.donotpresent
283+
284+
# Directories potentially created on remote AFP share
285+
.AppleDB
286+
.AppleDesktop
287+
Network Trash Folder
288+
Temporary Items
289+
.apdisk
290+
291+
### VisualStudioCode ###
292+
.vscode/*
293+
!.vscode/tasks.json
294+
!.vscode/launch.json
295+
*.code-workspace
296+
297+
### VisualStudioCode Patch ###
298+
# Ignore all local history of files
299+
.history
300+
.ionide
301+
302+
### Windows ###
303+
# Windows thumbnail cache files
304+
Thumbs.db
305+
Thumbs.db:encryptable
306+
ehthumbs.db
307+
ehthumbs_vista.db
308+
309+
# Dump file
310+
*.stackdump
311+
312+
# Folder config file
313+
[Dd]esktop.ini
314+
315+
# Recycle Bin used on file shares
316+
$RECYCLE.BIN/
317+
318+
# Windows Installer files
319+
*.cab
320+
*.msi
321+
*.msix
322+
*.msm
323+
*.msp
324+
325+
# Windows shortcuts
326+
*.lnk
327+
328+
### Gradle ###
329+
.gradle
330+
build/
331+
332+
# Ignore Gradle GUI config
333+
gradle-app.setting
334+
335+
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
336+
!gradle-wrapper.jar
337+
338+
# Cache of project
339+
.gradletasknamecache
340+
341+
# # Work around https://youtrack.jetbrains.com/issue/IDEA-116898
342+
# gradle/wrapper/gradle-wrapper.properties
343+
344+
### Gradle Patch ###
345+
**/build/
346+
347+
# End of https://www.toptal.com/developers/gitignore/api/windows,visualstudiocode,forgegradle,gradle,intellij,intellij+all,intellij+iml,java,linux,macos
348+
349+
# Custom rules (everything added below won't be overriden by 'Generate .gitignore File' if you use 'Update' option)
350+

0 commit comments

Comments
 (0)