paste.chapril.org-privatebin/.gitignore
rugk 47b5d315f6 Delete excluded files & adjsut exlcusion
Also add Composer license to LICENSE.md as it is excluded right now
2016-08-17 19:44:03 +02:00

29 lines
440 B
Plaintext

# Ignore server files for safety
.htaccess
.htpasswd
# Ignore data/
data/
# Ignore vendor dir of Compser except PHP files
vendor/*.*
vendor/*/*.*
vendor/*/*/*.*
vendor/*/*/*/*.*
vendor/*/*/*/*/*.*
vendor/*/*/*/*/*/*.*
vendor/**/LICENSE
vendor/**/test
vendor/**/tst
vendor/**/tests
!vendor/**/*.php
composer.lock
# Ignore unit testing logs, api docs and eclipse project files
tst/log/
.settings
.buildpath
.project
.externalToolBuilders