Skip to content

Commit d3b1db2

Browse files
Update gitignore.
1 parent f4ac72a commit d3b1db2

File tree

1 file changed

+15
-8
lines changed

1 file changed

+15
-8
lines changed

.gitignore

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
1-
.project
2-
.pyproject
3-
.classpath
4-
.settings/
5-
.gradle/
1+
# Output files
62
bin/
7-
build/
83
dist/
9-
*.swp
10-
.antProperties.xml
4+
build/
5+
6+
# JDT
7+
.classpath
8+
9+
# Gradle
10+
.gradle
11+
12+
# Eclipse
13+
.project
14+
.settings
15+
16+
# MAC OS
17+
.DS_Store

0 commit comments

Comments
 (0)