aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Anshul Gupta <ansg191@anshulg.com> 2024-02-22 21:22:00 -0800
committerGravatar GitHub <noreply@github.com> 2024-02-22 21:22:00 -0800
commit3036e854b98315b7086bc06a3c585645a46a17b6 (patch)
tree06d30c1103f2bcdabc886ec9b82d6fc24e0bc439
parent8179743ddbc1ab09841c572da5871808dc2118a9 (diff)
parentd6d2e1c187b7d169508b2e54b41d31ef7b1ffd8e (diff)
downloadCS105MiniProject-3036e854b98315b7086bc06a3c585645a46a17b6.tar.gz
CS105MiniProject-3036e854b98315b7086bc06a3c585645a46a17b6.tar.zst
CS105MiniProject-3036e854b98315b7086bc06a3c585645a46a17b6.zip
Merge pull request #16 from ansg191/fix-gitignore
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/