mirror of
https://github.com/flarum/framework.git
synced 2025-02-18 11:42:45 +08: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:
parent
4be8270c1a
commit
6192901bc5
42
extensions/lang-english/.gitignore
vendored
42
extensions/lang-english/.gitignore
vendored
|
@ -1,40 +1,4 @@
|
|||
# Windows
|
||||
Thumbs.db
|
||||
ehthumbs.db
|
||||
Desktop.ini
|
||||
$RECYCLE.BIN/
|
||||
*.cab
|
||||
*.msi
|
||||
*.msm
|
||||
*.msp
|
||||
*.lnk
|
||||
|
||||
# Mac OS
|
||||
/vendor
|
||||
composer.phar
|
||||
.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-*
|
||||
|
||||
# Backup and log files
|
||||
*.bak
|
||||
*.log
|
||||
|
||||
# Git
|
||||
.git
|
||||
Thumbs.db
|
||||
|
|
Loading…
Reference in New Issue
Block a user