Update .gitignore for VSCode support (#6)

pull/8/head
Andrew Bond 5 years ago committed by Shadowfacts
parent 4d7ab690c3
commit 21fe396a5e

8
.gitignore vendored

@ -11,6 +11,14 @@ out/
*.ipr
*.iws
# vscode
.settings/
.vscode/
bin/
.classpath
.project
# fabric
run/
Loading…
Cancel
Save