2020-03-31 12:46:02 +02:00
|
|
|
# Fichiers temporaires
|
|
|
|
site/tmp/*.zip
|
|
|
|
site/tmp/*.gz
|
2020-10-08 20:47:57 +02:00
|
|
|
site/tmp/*.png
|
2020-03-31 12:46:02 +02:00
|
|
|
|
|
|
|
# Sauvegardes
|
|
|
|
site/backup/*
|
|
|
|
|
|
|
|
# Fichiers de données
|
|
|
|
site/data/*.json
|
|
|
|
site/data/*.css
|
|
|
|
site/data/fr/*.json
|
|
|
|
|
|
|
|
|
|
|
|
# Fichiers uploadés
|
2020-04-15 17:26:26 +02:00
|
|
|
site/file/source/
|
|
|
|
site/file/thumb/
|
2020-03-31 12:46:02 +02:00
|
|
|
|
|
|
|
# Dossiers vides dans GitHub
|
|
|
|
!.gitkeep
|
|
|
|
/.git
|
|
|
|
|
|
|
|
# PHPStorm
|
|
|
|
.idea/
|
|
|
|
|
|
|
|
# Trucs
|
|
|
|
core/vendor/tinymce/link_list.json
|
|
|
|
site/tmp/.htaccess
|
|
|
|
.vscode/*
|
|
|
|
site/data/body.inc.html
|
|
|
|
site/data/head.inc.html
|
|
|
|
sitemap.xml.gz
|
|
|
|
sitemap.xml
|
|
|
|
robots.txt
|
2020-05-30 08:02:25 +02:00
|
|
|
site/data/journal.log
|
2020-06-29 21:52:33 +02:00
|
|
|
.DS_Store
|
|
|
|
site/.DS_Store
|
|
|
|
site/file/.DS_Store
|
2020-11-25 14:04:04 +01:00
|
|
|
site/data/es/locale.json
|
|
|
|
site/data/es/module.json
|
|
|
|
site/data/es/page.json
|
|
|
|
site/data/en/locale.json
|
|
|
|
site/data/en/module.json
|
|
|
|
site/data/en/page.json
|
|
|
|
site/data/de/locale.json
|
|
|
|
site/data/de/module.json
|
|
|
|
site/data/de/page.json
|