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