template initialization
All checks were successful
gitea/MERN_STACK_TEMPLATE/pipeline/head This commit looks good

This commit is contained in:
2025-05-01 23:07:29 +02:00
commit a781c563d0
29 changed files with 5186 additions and 0 deletions

22
frontend/.dockerignore Normal file
View File

@ -0,0 +1,22 @@
# Ignore node modules
node_modules
# Logs
npm-debug.log
yarn-debug.log
yarn-error.log
# Environment variables
.env
.env.local
# Editor configs
.vscode
.idea
# OS metadata
.DS_Store
# Test files (if not needed in prod)
__tests__/
coverage/