diff options
author | Andrew Bond <[email protected]> | 2018-12-23 11:52:58 -0500 |
---|---|---|
committer | keuin <[email protected]> | 2020-04-23 00:20:28 +0800 |
commit | 6786c0f7577a5bb688675d7007628fb8f7c1721d (patch) | |
tree | 9edf7d83d121be35063f0cdbd14b6f5fd71d8761 /.gitignore | |
parent | 19cbf307c21005717c84bfb3ce5fcf5bbd73e0bc (diff) |
Update .gitignore for VSCode support (#6)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -11,6 +11,14 @@ out/ *.ipr *.iws +# vscode + +.settings/ +.vscode/ +bin/ +.classpath +.project + # fabric run/
\ No newline at end of file |