diff options
author | Andrew Bond <andybond006@users.noreply.github.com> | 2018-12-23 11:52:58 -0500 |
---|---|---|
committer | Shadowfacts <shadowfacts@users.noreply.github.com> | 2018-12-23 11:52:58 -0500 |
commit | 21fe396a5ec7f0166f915abf9b052986143b259f (patch) | |
tree | 9edf7d83d121be35063f0cdbd14b6f5fd71d8761 /.gitignore | |
parent | 4d7ab690c32d07674c90f9b80c703f39e8d9dd9b (diff) |
Update .gitignore for VSCode support (#6)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 6a5fea3..a25b798 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,14 @@ out/ *.ipr *.iws +# vscode + +.settings/ +.vscode/ +bin/ +.classpath +.project + # fabric run/ \ No newline at end of file |