1
0
mirror of https://github.com/flarum/core.git synced 2025-08-08 09:26:34 +02:00

Simplify gitignore

No need to try and cover everything, people can add global gitignore rules if their OS is generating weird files.
This commit is contained in:
Toby Zerner
2015-10-08 22:50:13 +10:30
parent 4be8270c1a
commit 6192901bc5

View File

@@ -1,40 +1,4 @@
# Windows /vendor
Thumbs.db composer.phar
ehthumbs.db
Desktop.ini
$RECYCLE.BIN/
*.cab
*.msi
*.msm
*.msp
*.lnk
# Mac OS
.DS_Store .DS_Store
.AppleDouble Thumbs.db
.LSOverride
Icon
._*
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
# Linux
*~
.directory
.Trash-*
# Backup and log files
*.bak
*.log
# Git
.git