paste.chapril.org-privatebin/.gitignore

28 lines
419 B
Plaintext
Raw Normal View History

# Ignore server files for safety
.htaccess
.htpasswd
# Ignore data/
data/
# Ignore vendor dir except PHP files
vendor/*.*
vendor/*/*.*
vendor/*/*/*.*
vendor/*/*/*/*.*
vendor/*/*/*/*/*.*
vendor/*/*/*/*/*/*.*
vendor/**/LICENSE
vendor/**/test
vendor/**/tst
vendor/**/tests
!vendor/**/*.php
# Ignore unit testing logs, api docs and eclipse project files
doc/
tst/log/
2015-08-23 15:49:51 +02:00
.settings
.buildpath
.project
2015-08-23 15:49:51 +02:00
.externalToolBuilders