aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Anshul Gupta <ansg191@anshulg.com> 2024-02-22 21:21:15 -0800
committerGravatar Anshul Gupta <ansg191@anshulg.com> 2024-02-22 21:21:15 -0800
commitd6d2e1c187b7d169508b2e54b41d31ef7b1ffd8e (patch)
tree06d30c1103f2bcdabc886ec9b82d6fc24e0bc439
parent8179743ddbc1ab09841c572da5871808dc2118a9 (diff)
downloadCS105MiniProject-d6d2e1c187b7d169508b2e54b41d31ef7b1ffd8e.tar.gz
CS105MiniProject-d6d2e1c187b7d169508b2e54b41d31ef7b1ffd8e.tar.zst
CS105MiniProject-d6d2e1c187b7d169508b2e54b41d31ef7b1ffd8e.zip
Fixes annoying `.gitignore`
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 68bc17f..44bbb13 100644
--- a/.gitignore
+++ b/.gitignore
@@ -157,4 +157,5 @@ cython_debug/
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
-#.idea/
+.idea/
+.vscode/