mirror of
https://github.com/quentin-g-dev/afup.git
synced 2026-03-24 01:02:15 +01:00
63 lines
821 B
Plaintext
63 lines
821 B
Plaintext
.env
|
|
|
|
deps.lock
|
|
.idea
|
|
# OS X
|
|
.DS_Store
|
|
# Thumbnails
|
|
._*
|
|
# Files that might appear on external disk
|
|
.Spotlight-V100
|
|
.Trashes
|
|
.buildpath
|
|
.project
|
|
.settings
|
|
*/*.bak
|
|
.vagrant
|
|
/default
|
|
|
|
/bin/generate_vcards
|
|
/bin/vobject
|
|
|
|
/htdocs/cache
|
|
/htdocs/tmp/twig
|
|
/tmp/
|
|
node_modules
|
|
/configs/application/config.php
|
|
/tests/simpletest
|
|
/tests/unitaires/config.php
|
|
|
|
/vendor/
|
|
|
|
/htdocs/assets
|
|
/htdocs/templates/site/css/styles.css
|
|
js_dist
|
|
# uploads
|
|
/htdocs/uploads
|
|
|
|
/app/config/parameters.yml
|
|
/build/
|
|
/phpunit.xml
|
|
/var/*
|
|
!/var/cache
|
|
/var/cache/*
|
|
!var/cache/.gitkeep
|
|
!/var/logs
|
|
/var/logs/*
|
|
!var/logs/.gitkeep
|
|
!/var/sessions
|
|
/var/sessions/*
|
|
!var/sessions/.gitkeep
|
|
!var/SymfonyRequirements.php
|
|
/htdocs/bundles/
|
|
/bin/atoum
|
|
/bin/phinx
|
|
/bin/php-cs-fixer
|
|
/docker-compose.override.yml
|
|
/composer.phar
|
|
/data
|
|
|
|
/event/vendor
|
|
/event/wp
|
|
/event/composer.phar
|