2020-08-07 12:23:59 +02:00
|
|
|
# BACKEND :
|
|
|
|
|
2024-08-06 11:46:17 +02:00
|
|
|
# datas/
|
2020-08-07 12:23:59 +02:00
|
|
|
logs/
|
|
|
|
temp/
|
|
|
|
node_modules/
|
|
|
|
nodemon.json
|
|
|
|
*.env
|
|
|
|
!example.env
|
2020-08-07 12:38:19 +02:00
|
|
|
/config/instance*
|
2020-08-07 12:23:59 +02:00
|
|
|
!/config/instance-example.js
|
2020-09-14 18:46:45 +02:00
|
|
|
/config/matomo.js
|
2020-08-07 12:23:59 +02:00
|
|
|
|
|
|
|
# FRONT END :
|
|
|
|
|
|
|
|
/front/node_modules/
|
2020-08-07 12:38:19 +02:00
|
|
|
/front/webpack.config*
|
2022-03-14 18:17:54 +01:00
|
|
|
/front/public/www/.htaccess*
|
|
|
|
/front/public/www/.htpasswd
|
2020-08-07 12:23:59 +02:00
|
|
|
!/front/webpack.config.js
|
2022-03-14 18:17:54 +01:00
|
|
|
/front/public/www/img/quizs/
|
|
|
|
/front/*/www/JS/*
|
|
|
|
/front/public/www/quiz/
|
|
|
|
/front/public/www/quizs/
|
|
|
|
/front/public/www/themes/
|
|
|
|
/front/public/www/index.html
|
|
|
|
/front/public/www/CGV-CGU.html
|
|
|
|
/front/public/www/mentions-legales.html
|
|
|
|
/front/*/robots-*.txt
|
|
|
|
/front/*/WikiLerni-pub.asc
|
|
|
|
/front/public/www/*.xml
|