Add .gitignore (#165)

* Create .gitignore

- Created `.gitignore` with a list of possibly problematic paths
  - Created this as I started using VSCode's internal debugger for the project for some troubleshooting which created a `.vscode` folder with some configuration files

* Slim Down .gitignore

- removed irrelevant entries from `.gitignore`
  - Kept Desktop.ini and .DS_Store though due to them causing problems quite often
This commit is contained in:
Carter
2022-11-02 21:11:56 +05:30
committed by GitHub
parent 5918b3fe50
commit 3d1477ad37
+14
View File
@@ -0,0 +1,14 @@
### VSCode ###
# Configuration folder
.vscode
### Windows ###
# Folder config file
[Dd]esktop.ini
### MacOS ###
# General
.DS_Store