mirror of
https://github.com/davisonio/colouredstonebricks.git
synced 2024-11-16 19:00:18 +01:00
39 lines
549 B
Plaintext
39 lines
549 B
Plaintext
|
#--------------------------------------------------------
|
||
|
# Ignore these files when committing to a git repository.
|
||
|
# See https://git-scm.com/docs/gitignore
|
||
|
#--------------------------------------------------------
|
||
|
|
||
|
# Windows
|
||
|
Thumbs.db
|
||
|
ehthumbs.db
|
||
|
Desktop.ini
|
||
|
$RECYCLE.BIN/
|
||
|
*.cab
|
||
|
*.msi
|
||
|
*.msm
|
||
|
*.msp
|
||
|
*.lnk
|
||
|
|
||
|
# OS X
|
||
|
.DS_Store
|
||
|
.AppleDouble
|
||
|
.LSOverride
|
||
|
Icon
|
||
|
._*
|
||
|
.DocumentRevisions-V100
|
||
|
.fseventsd
|
||
|
.Spotlight-V100
|
||
|
.TemporaryItems
|
||
|
.Trashes
|
||
|
.VolumeIcon.icns
|
||
|
.AppleDB
|
||
|
.AppleDesktop
|
||
|
Network Trash Folder
|
||
|
Temporary Items
|
||
|
.apdisk
|
||
|
|
||
|
# Linux
|
||
|
*~
|
||
|
.directory
|
||
|
.Trash-*
|