Skip to content

Commit 3172baf

Browse files
authored
Improve usability in IDE (#12)
1 parent 583294d commit 3172baf

File tree

2 files changed

+89
-0
lines changed

2 files changed

+89
-0
lines changed

.gitignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# VSCode
2+
/.vscode
3+
/.settings
4+
.classpath
5+
.factorypath
6+
.project
7+
8+
# IntelliJ
9+
/.idea
10+
*.iml

0 commit comments

Comments
 (0)