24 lines
272 B
Plaintext
24 lines
272 B
Plaintext
|
|
node_modules
|
||
|
|
npm-debug.log
|
||
|
|
.git
|
||
|
|
.gitignore
|
||
|
|
.env
|
||
|
|
.env.local
|
||
|
|
.DS_Store
|
||
|
|
*.md
|
||
|
|
README.md
|
||
|
|
LICENSE
|
||
|
|
.vscode
|
||
|
|
.idea
|
||
|
|
dist
|
||
|
|
build
|
||
|
|
coverage
|
||
|
|
.cache
|
||
|
|
frontend/node_modules
|
||
|
|
frontend/dist
|
||
|
|
moderation/frontend/node_modules
|
||
|
|
moderation/frontend/dist
|
||
|
|
backend/uploads/*
|
||
|
|
!backend/uploads/.gitkeep
|
||
|
|
|