Dépôt officiel du core SPIP
Les plugins-dist faisant partie de la distribution SPIP sont présents dans https://git.spip.net/spip/[nom du plugin dist]
https://www.spip.net
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
502 B
40 lines
502 B
# composer & outils |
|
/vendor/ |
|
/composer.phar |
|
/composer.local.* |
|
/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/*
|
|
|