You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
spip/.gitignore

40 lines
484 B
Plaintext

# composer & outils
/vendor/
/composer.phar
/phpcs.xml
/phpstan.neon
/docker-compose.override.yml
/docker-compose.yml
# SPIP
/IMG/
!/IMG/remove.txt
/config/
!/config/remove.txt
/local/
!/local/CACHEDIR.TAG
!/local/remove.txt
/plugins-dist/
/squelettes-dist/
/tmp/
!/tmp/CACHEDIR.TAG
!/tmp/remove.txt
# Contrib ou personalisation
/.htaccess
/lib/
/mutualisation/
/plugins/
/sites/
/squelettes/
/tests/
/themes/
# IDE
**/.DS_Store
/.buildpath
/.project
/.settings
/.idea/
/.vscode/*