Skip to content

Commit 8726bc1

Browse files
committed
Add .gitignore
1 parent 0cff9b5 commit 8726bc1

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

.gitignore

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
/target/
2+
3+
# Eclipse project files
4+
.classpath
5+
.project
6+
.settings/
7+
.checkstyle
8+
9+
# IntelliJ project files
10+
*.idea
11+
**/*.iml
12+
*.ipr
13+
*.iws
14+
15+
# VSCode project files
16+
**/.vscode/
17+
18+
19+
doc/
20+
21+
# Sketch binary test files
22+
*.sk

0 commit comments

Comments
 (0)