26 lines
448 B
Plaintext
26 lines
448 B
Plaintext
|
# BACKEND :
|
||
|
|
||
|
datas/
|
||
|
logs/
|
||
|
temp/
|
||
|
node_modules/
|
||
|
nodemon.json
|
||
|
*.env
|
||
|
!example.env
|
||
|
/config/instance.*
|
||
|
!/config/instance-example.js
|
||
|
|
||
|
# FRONT END :
|
||
|
|
||
|
/front/node_modules/
|
||
|
/front/webpack.config-*.js
|
||
|
!/front/webpack.config.js
|
||
|
/front/public/img/quizs/
|
||
|
/front/public/JS/*/
|
||
|
/front/public/quiz/
|
||
|
/front/public/quizs/
|
||
|
/front/public/index.html
|
||
|
/front/public/CGV-CGU.html
|
||
|
/front/public/mentions-legales.html
|
||
|
/front/public/robots-*.txt
|
||
|
/front/public/WikiLerni-pub.asc
|