Update .gitignore

This commit is contained in:
Daniel Rudolf 2015-11-06 21:19:17 +01:00
parent 7b4ad7f234
commit e144cce6b1

33
.gitignore vendored
View File

@ -1,19 +1,32 @@
# Linux
*~
*.swp
# Windows
Thumbs.db
desktop.ini
# Mac OS X
.DS_Store
._*
# Composer # Composer
composer.lock composer.lock
composer.phar composer.phar
vendor vendor/*
# OS Generated # User config
.DS_Store* config/config.php
ehthumbs.db
Icon?
Thumbs.db
*.swp
# User themes # User themes
themes/* themes/*
!themes/index.html
!themes/default/* !themes/default/*
# User config # User plugins
config.php plugins/*
!plugins/0?-*
!plugins/1?-*
!plugins/DummyPlugin.php
# User content
content/*