28 lines
483 B
Plaintext
28 lines
483 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/webpack.config.js
|
|
/front/public/img/quizs/
|
|
/front/public/JS/*/
|
|
/front/public/quiz/
|
|
/front/public/quizs/
|
|
/front/public/themes/
|
|
/front/public/index.html
|
|
/front/public/CGV-CGU.html
|
|
/front/public/mentions-legales.html
|
|
/front/public/robots-*.txt
|
|
/front/public/WikiLerni-pub.asc |