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 | 5fd286564f0bf621956f403be9402fdc76c2eec6 (patch) | |
tree | f288b123cc02220d0411844601884a3d69f8adfb /.gitignore | |
parent | 0e0501c9df77ead27239ad4622580d69f15992ff (diff) | |
download | Paper-5fd286564f0bf621956f403be9402fdc76c2eec6.tar.gz Paper-5fd286564f0bf621956f403be9402fdc76c2eec6.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 |