diff options
author | Zach Brown <[email protected]> | 2019-06-08 15:38:10 -0500 |
---|---|---|
committer | Zach Brown <[email protected]> | 2019-06-08 15:38:10 -0500 |
commit | 7d6e745d13c433b2a0a310d238424491da9eb22e (patch) | |
tree | e7562a1868e39f0b84ac86c26579a27ac44568be /.gitignore | |
parent | ef170ee659bcc902a129cb38981e378b17dc375a (diff) | |
download | Paper-7d6e745d13c433b2a0a310d238424491da9eb22e.tar.gz Paper-7d6e745d13c433b2a0a310d238424491da9eb22e.zip |
Hey vscode, get your files outta my repo
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 3ef869c1ac..c9b74f7865 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,9 @@ .project .settings/ +# VSCode stuff +.vscode/ + # netbeans nbproject/ nbactions.xml |