Skip to content

Commit 2426a7e

Browse files
committed
add more rules to gitignore
1 parent d642ceb commit 2426a7e

File tree

1 file changed

+19
-3
lines changed

1 file changed

+19
-3
lines changed

.gitignore

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
1-
.settings
2-
target
1+
# Eclipse
2+
.classpath
3+
.project
4+
.settings/
5+
6+
# Intellij
7+
.idea/
8+
*.iml
9+
*.iws
10+
11+
# Mac
12+
.DS_Store
13+
14+
# Maven
15+
log/
16+
target/
17+
318
ldf-server.json
419
/data/
5-
/nbproject/
20+
/nbproject/
21+

0 commit comments

Comments
 (0)