Skip to content

Commit 16c3f86

Browse files
committed
cleanup ignored files
1 parent 5edaf59 commit 16c3f86

4 files changed

Lines changed: 66 additions & 5 deletions

File tree

.DS_Store

-8 KB
Binary file not shown.

.gitignore

Lines changed: 66 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,66 @@
1-
.idea
2-
.gradle
3-
build
4-
**/.DS_Store
5-
.vscode
1+
# Gradle
2+
.gradle/
3+
build/
4+
bin/
5+
!gradle-wrapper.jar
6+
!gradle/wrapper/gradle-wrapper.jar
7+
gradle-app.setting
8+
!gradle-wrapper.properties
9+
10+
# IDE
11+
.idea/
12+
.vscode/
13+
*.swp
14+
*.swo
15+
*~
16+
17+
# OS
18+
.DS_Store
19+
.DS_Store?
20+
._*
21+
.Spotlight-V100
22+
.Trashes
23+
ehthumbs.db
24+
Thumbs.db
25+
26+
# Java
27+
*.class
28+
*.log
29+
*.ctxt
30+
.mtj.tmp/
31+
*.jar
32+
!gradle-wrapper.jar
33+
!gradle/wrapper/gradle-wrapper.jar
34+
hs_err_pid*
35+
replay_pid*
36+
37+
# Groovy
38+
*.groovy~
39+
40+
# Build artifacts
41+
out/
42+
target/
43+
dist/
44+
*.war
45+
*.ear
46+
*.sar
47+
*.zip
48+
*.tar.gz
49+
*.rar
50+
51+
# Runtime
52+
.attach_pid*
53+
*.tmp
54+
*.temp
55+
56+
# Logs
57+
logs/
58+
*.log
59+
60+
# Test results
61+
test-results/
62+
.scannerwork/
63+
64+
# Local environment
65+
local.properties
66+
.env

images/.DS_Store

-6 KB
Binary file not shown.

src/.DS_Store

-6 KB
Binary file not shown.

0 commit comments

Comments
 (0)