diff options
author | Baitinq <you@example.com> | 2022-02-09 19:47:51 +0000 |
---|---|---|
committer | Baitinq <you@example.com> | 2022-02-09 19:47:51 +0000 |
commit | 46002ea4927a1e064032cd2d5b88b07aab956a3d (patch) | |
tree | aee373495d8bf1b64540b787702da8a65a22c777 | |
parent | Add heading component to the x movement (diff) | |
download | OSLS-46002ea4927a1e064032cd2d5b88b07aab956a3d.tar.gz OSLS-46002ea4927a1e064032cd2d5b88b07aab956a3d.tar.bz2 OSLS-46002ea4927a1e064032cd2d5b88b07aab956a3d.zip |
Updated gitignore
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | .vscode/settings.json | 4 |
2 files changed, 1 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore index c18dd8d..38da6d9 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ __pycache__/ +.vscode/ diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 86ab3eb..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "python.linting.mypyEnabled": true, - "python.linting.enabled": true -} \ No newline at end of file |