Skip to content

Commit 7279de8

Browse files
committed
Adjust gitignore and README
1 parent f8e5b5a commit 7279de8

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.gitignore

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,23 @@
11
# Gradle caches and build outputs
22
.gradle/
33
build/
4+
bin/
45
run/
56

6-
# IDE files
7+
# IDE / editor files
78
*.iml
89
.idea/
910
.vscode/
11+
out/
1012

1113
# Local dependencies downloaded during builds
1214
libs/
15+
16+
# OS files
17+
.DS_Store
18+
19+
# Logs and crash reports
20+
logs/
21+
**/logs/
22+
**/crash-reports/
23+
*.log

0 commit comments

Comments
 (0)