mirror of
https://github.com/lptstr/winfetch.git
synced 2026-08-24 10:14:45 -05:00
* 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
15 lines
137 B
Plaintext
15 lines
137 B
Plaintext
### VSCode ###
|
|
|
|
# Configuration folder
|
|
.vscode
|
|
|
|
### Windows ###
|
|
|
|
# Folder config file
|
|
[Dd]esktop.ini
|
|
|
|
### MacOS ###
|
|
|
|
# General
|
|
.DS_Store
|