mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-13 03:10:10 +01:00
25 lines
273 B
Plaintext
25 lines
273 B
Plaintext
|
#RetroZilla Git Ignore
|
||
|
|
||
|
mozconfig
|
||
|
.mozconfig
|
||
|
|
||
|
### Windows ###
|
||
|
# Windows image file caches
|
||
|
Thumbs.db
|
||
|
ehthumbs.db
|
||
|
|
||
|
# Folder config file
|
||
|
Desktop.ini
|
||
|
|
||
|
# Recycle Bin used on file shares
|
||
|
$RECYCLE.BIN/
|
||
|
|
||
|
# Windows Installer files
|
||
|
*.cab
|
||
|
*.msi
|
||
|
*.msm
|
||
|
*.msp
|
||
|
|
||
|
# Windows shortcuts
|
||
|
*.lnk
|