Skip to content

Commit 1b38160

Browse files
authored
Update .gitignore
1 parent 30e99fb commit 1b38160

File tree

1 file changed

+31
-8
lines changed

1 file changed

+31
-8
lines changed

.gitignore

Lines changed: 31 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
# Compiled class file
1+
### Java ###
22
*.class
33

4-
# Log file
5-
*.log
6-
74
# BlueJ files
85
*.ctxt
96

@@ -13,11 +10,37 @@
1310
# Package Files #
1411
*.jar
1512
*.war
16-
*.nar
1713
*.ear
18-
*.zip
19-
*.tar.gz
20-
*.rar
2114

2215
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
2316
hs_err_pid*
17+
18+
# Eclipse Files #
19+
.settings
20+
21+
22+
### Gradle ###
23+
.gradle
24+
/build/
25+
26+
# Ignore Gradle GUI config
27+
gradle-app.setting
28+
29+
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
30+
!gradle-wrapper.jar
31+
32+
# Cache of project
33+
.gradletasknamecache
34+
/bin/
35+
36+
# VS Code
37+
.vscode
38+
39+
# Generated projects
40+
generated/
41+
42+
# Apple
43+
.DS_Store
44+
.idea/
45+
RIP.iml
46+
androidApps/

0 commit comments

Comments
 (0)