diff options
| author | DH4 | 2017-05-27 05:40:22 -0500 |
|---|---|---|
| committer | DH4 | 2017-05-27 05:40:22 -0500 |
| commit | 86c6ac87627365e8ea30f84420c3ac97f0a597ea (patch) | |
| tree | 74bee816ef8efc2de4c0e7fa99f009a7c9c3a1f9 /.gitignore | |
| parent | 1a8acdbed09cc751d587e99bfc848c29752104e5 (diff) | |
Removed .vscode directory and updated .gitignore
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,3 +1,4 @@ __pycache__ settings.ini -build/*
\ No newline at end of file +build/* +.vscode/*
\ No newline at end of file |
