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 /.gitignore | |
parent | Add heading component to the x movement (diff) | |
download | OSLS-46002ea4927a1e064032cd2d5b88b07aab956a3d.tar.gz OSLS-46002ea4927a1e064032cd2d5b88b07aab956a3d.tar.bz2 OSLS-46002ea4927a1e064032cd2d5b88b07aab956a3d.zip |
Updated gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index c18dd8d..38da6d9 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ __pycache__/ +.vscode/ |