All checks were successful
gitea/MERN_STACK_TEMPLATE/pipeline/head This commit looks good
22 lines
243 B
Plaintext
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/ |