diff options
author | 2024-02-22 21:22:00 -0800 | |
---|---|---|
committer | 2024-02-22 21:22:00 -0800 | |
commit | 3036e854b98315b7086bc06a3c585645a46a17b6 (patch) | |
tree | 06d30c1103f2bcdabc886ec9b82d6fc24e0bc439 | |
parent | 8179743ddbc1ab09841c572da5871808dc2118a9 (diff) | |
parent | d6d2e1c187b7d169508b2e54b41d31ef7b1ffd8e (diff) | |
download | CS105MiniProject-3036e854b98315b7086bc06a3c585645a46a17b6.tar.gz CS105MiniProject-3036e854b98315b7086bc06a3c585645a46a17b6.tar.zst CS105MiniProject-3036e854b98315b7086bc06a3c585645a46a17b6.zip |
Merge pull request #16 from ansg191/fix-gitignore
Fixes annoying `.gitignore`
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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/ |