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:
42
extensions/lang-english/.gitignore
vendored
42
extensions/lang-english/.gitignore
vendored
@@ -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
|
|
||||||
|
Reference in New Issue
Block a user