Files
MERN_STACK_TEMPLATE/frontend/.dockerignore
Dongho Kim a781c563d0
All checks were successful
gitea/MERN_STACK_TEMPLATE/pipeline/head This commit looks good
template initialization
2025-05-01 23:07:29 +02:00

22 lines
243 B
Plaintext

# 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/