- Updated git ignore listing.

Signed-off-by: TheLuda <theluda@getmangos.com>
This commit is contained in:
TheLuda 2012-09-19 17:07:26 +02:00
parent 4639f81ae4
commit 311a1198c4

46
.gitignore vendored
View File

@ -1,9 +1,41 @@
# List of files and directories not to include in the repository. # Add directories, files, and symlinks which shall not be stored within
# this git repository here.
# Application configuration # Placeholder files for directories needed to be inside git but empty
configs/config.php !*.gitkeep
# Cache # JetBrains - project settings
.cache/world/*.aww /.idea/
.cache/templates/wowhead/%%*.php
/.cache/ # Eclipse - project settings
/.project
/.settings
/.buildpath
/.externalToolBuilders
# Numerous always-ignore extensions
*.diff
*.err
*.orig
*.log
*.rej
*.swo
*.swp
*.vi
*~
*.sass-cache
# OS or Editor folders
.DS_Store
.cache
.project
.settings
.tmproj
nbproject
Thumbs.db
# Configuration files to be customized
/configs/config.php
# Cache and log files
/.cache/