mirror of
https://github.com/lptstr/winfetch.git
synced 2026-08-24 10:14:45 -05:00
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:
+14
@@ -0,0 +1,14 @@
|
||||
### VSCode ###
|
||||
|
||||
# Configuration folder
|
||||
.vscode
|
||||
|
||||
### Windows ###
|
||||
|
||||
# Folder config file
|
||||
[Dd]esktop.ini
|
||||
|
||||
### MacOS ###
|
||||
|
||||
# General
|
||||
.DS_Store
|
||||
Reference in New Issue
Block a user