Skip to content

Commit 230be19

Browse files
Merge pull request #38 from ancbro/git-ignore-update
Git ignore update
2 parents 7871cea + abfb741 commit 230be19

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.gitignore

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
1+
# Maven
12
target/
3+
4+
# macOS
25
.DS_Store
6+
7+
# Eclipse
38
.classpath
49
.settings/
510
.project
11+
12+
# IntelliJ IDEA
13+
.idea/
14+
*.iml
15+
*.iws
16+
17+
# Visual Studio Code
618
.vscode/

0 commit comments

Comments
 (0)