paste.chapril.org-privatebin/.gitignore

43 lines
664 B
Plaintext
Raw Permalink Normal View History

# Ignore server files for safety
.htaccess
.htpasswd
cfg/*
!cfg/conf.sample.php
!cfg/.htaccess
# Ignore data/
2021-05-28 22:39:50 +02:00
/data/
2016-08-17 20:43:59 +02:00
# Ignore PhpDoc
doc/*
!doc/*.md
2016-08-17 20:00:29 +02:00
# Ignore vendor dir of Composer except PHP files
vendor/*.*
vendor/*/*.*
vendor/*/*/*.*
vendor/*/*/*/*.*
vendor/*/*/*/*/*.*
vendor/*/*/*/*/*/*.*
vendor/**/LICENSE
vendor/**/test
vendor/**/tst
vendor/**/tests
2016-08-17 19:56:35 +02:00
vendor/**/build_phar.php
!vendor/**/*.php
2018-07-01 09:18:21 +02:00
# Ignore local node modules, unit testing logs, api docs and IDE project files
js/node_modules/
js/test.log
tst/log/
tst/ConfigurationCombinationsTest.php
tst/.phpunit.result.cache
2015-08-23 15:49:51 +02:00
.settings
.buildpath
.project
2015-08-23 15:49:51 +02:00
.externalToolBuilders
2018-07-01 09:18:21 +02:00
.c9
2021-05-28 22:39:50 +02:00
/.idea/
*.iml
2022-06-18 16:40:21 +02:00
paste.log