mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2024-03-22 13:10:41 +08:00
39 lines
613 B
Plaintext
39 lines
613 B
Plaintext
# Ignore server files for safety
|
|
.htaccess
|
|
.htpasswd
|
|
cfg/*
|
|
!cfg/conf.sample.php
|
|
!cfg/.htaccess
|
|
|
|
# Ignore data/
|
|
data/
|
|
|
|
# Ignore PhpDoc
|
|
doc/*
|
|
!doc/*.md
|
|
|
|
# Ignore vendor dir of Composer except PHP files
|
|
vendor/*.*
|
|
vendor/*/*.*
|
|
vendor/*/*/*.*
|
|
vendor/*/*/*/*.*
|
|
vendor/*/*/*/*/*.*
|
|
vendor/*/*/*/*/*/*.*
|
|
vendor/**/LICENSE
|
|
vendor/**/test
|
|
vendor/**/tst
|
|
vendor/**/tests
|
|
vendor/**/build_phar.php
|
|
!vendor/**/*.php
|
|
|
|
# Ignore local node modules, unit testing logs, api docs and IDE project files
|
|
js/node_modules/
|
|
js/test.log
|
|
tst/log/
|
|
tst/ConfigurationCombinationsTest.php
|
|
.settings
|
|
.buildpath
|
|
.project
|
|
.externalToolBuilders
|
|
.c9
|