mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-06 17:44:21 +00:00

* bump phraseanet version , change on .env * PHRAS-4118 remove .htaccess from docker stack * version changelog
100 lines
1.6 KiB
Plaintext
100 lines
1.6 KiB
Plaintext
# Exclude common IDE project files
|
|
/nbproject
|
|
/.idea
|
|
|
|
# Exclude javascript dependencies folder
|
|
/www/assets
|
|
/www/bower_components
|
|
/tmp-assets
|
|
|
|
# Exclude thumbnails folder
|
|
/www/thumbnails
|
|
|
|
# Exclude node.js dependencies folder
|
|
/node_modules
|
|
|
|
# Exclude compiled javascript test fixture folder
|
|
/www/scripts/tests/fixtures
|
|
|
|
# Exclude configuration folder exception the configuration sample file
|
|
/config
|
|
!/config/configuration.sample.yml
|
|
!/config/filebeat.yml
|
|
!/config/logstash.conf
|
|
|
|
# Exclude generated proxies from doctrine2
|
|
#/resources/proxies
|
|
|
|
# Exclude temporaries resources (zip files, quarantine documents etc ..) folder
|
|
/tmp
|
|
|
|
# Exclude cache folder
|
|
/cache
|
|
|
|
# Exclude log folder
|
|
/logs
|
|
|
|
# Exclude backup folder
|
|
/backup
|
|
!/backup/.gitkeep
|
|
|
|
# Exclude ftp folder
|
|
/ftp
|
|
!/ftp/.gitkeep
|
|
|
|
# Exclude plugin folder
|
|
/plugins
|
|
# Excluse assets plugin folder
|
|
/www/plugins
|
|
|
|
# Exclude folder for storing documents (images, videos, PDF) and their sub-definitions
|
|
/datas
|
|
|
|
# Exclude dependencies folder
|
|
/vendor
|
|
|
|
# Exclude package's binaries folder except the Phraseanet's ones
|
|
/bin
|
|
!/bin/console
|
|
!/bin/developer
|
|
!/bin/setup
|
|
!/bin/maintenance
|
|
!/bin/report
|
|
|
|
# Exclude composer
|
|
composer.phar
|
|
|
|
# Exclude behat configuration file
|
|
behat.yml
|
|
|
|
# Exclude vagrant configuration file
|
|
/.vagrant
|
|
/vagrant
|
|
|
|
# Exclude crossdomain.xml file it's generated
|
|
/www/crossdomain.xml
|
|
|
|
# Exclude json files
|
|
grammar/query.js
|
|
grammar/jison-*
|
|
|
|
|
|
pimple.json
|
|
playbook.retry
|
|
npm-debug.log
|
|
|
|
# Exclude stack datas
|
|
/Phrasea_datas
|
|
/volumes
|
|
|
|
# Exclude alternate env files
|
|
.env.*
|
|
env.local
|
|
|
|
# Exclude alternate helm values
|
|
my_values.yaml
|
|
myvalues.yaml
|
|
|
|
|
|
# Exclude gitlog files
|
|
www/gitlog.txt |