Skip to content

Commit 36f4212

Browse files
committed
Expand and clean up .gitignore
1 parent 4b802b7 commit 36f4212

File tree

1 file changed

+11
-43
lines changed

1 file changed

+11
-43
lines changed

.gitignore

+11-43
Original file line numberDiff line numberDiff line change
@@ -2,68 +2,36 @@
22

33
.gradle/
44
build/
5-
classes/
6-
out/
75

8-
# idea
6+
# IDEs
97

108
.idea/
9+
.settings/
10+
.vscode/
11+
bin/
12+
classes/
13+
out/
14+
.classpath
15+
.project
1116
*.iml
1217
*.ipr
1318
*.iws
19+
*.launch
1420

1521
# fabric
1622

1723
run/
1824

19-
# vsbad
20-
.vscode/
21-
22-
### Kotlin template
23-
# Compiled class file
25+
# build artifacts
2426
*.class
25-
26-
# Log file
2727
*.log
28-
29-
# BlueJ files
30-
*.ctxt
31-
32-
# Mobile Tools for Java (J2ME)
33-
.mtj.tmp/
34-
35-
# Package Files #
3628
*.jar
37-
*.war
38-
*.nar
39-
*.ear
40-
*.zip
41-
*.tar.gz
42-
*.rar
4329

4430
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
4531
hs_err_pid*
46-
### Gradle template
47-
.gradle
48-
/build/
49-
50-
# Ignore Gradle GUI config
51-
gradle-app.setting
5232

5333
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
5434
!**/gradle-wrapper.jar
5535

56-
# Cache of project
57-
.gradletasknamecache
58-
59-
# # Work around https://youtrack.jetbrains.com/issue/IDEA-116898
60-
# gradle/wrapper/gradle-wrapper.properties
61-
62-
*.hprof
63-
64-
# Custom ignores
65-
local.properties
66-
private.gradle
67-
68-
# Generated sources
36+
# generated sources
6937
.cache

0 commit comments

Comments
 (0)