17 lines
246 B
Plaintext
17 lines
246 B
Plaintext
# Ignore data/, tmp/ and vendor/
|
|
data/
|
|
!lib/data/
|
|
tmp/
|
|
vendor/
|
|
# Ignore for safety
|
|
.htaccess
|
|
.htpasswd
|
|
# Ignore unit testing logs, api docs and eclipse project files
|
|
tst/log/
|
|
doc/
|
|
composer.lock
|
|
.settings
|
|
.buildpath
|
|
.project
|
|
.externalToolBuilders
|