Update .gitignore for VSCode support #6

Merged
andy-bond merged 1 commits from master into master 2018-12-23 16:52:59 +00:00

8
.gitignore vendored
View File

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