31 lines
582 B
Plaintext
31 lines
582 B
Plaintext
# BACKEND :
|
|
|
|
# datas/
|
|
logs/
|
|
temp/
|
|
node_modules/
|
|
nodemon.json
|
|
*.env
|
|
!example.env
|
|
/config/instance*
|
|
!/config/instance-example.js
|
|
/config/matomo.js
|
|
|
|
# FRONT END :
|
|
|
|
/front/node_modules/
|
|
/front/webpack.config*
|
|
/front/public/www/.htaccess*
|
|
/front/public/www/.htpasswd
|
|
!/front/webpack.config.js
|
|
/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 |