template initialization
All checks were successful
gitea/MERN_STACK_TEMPLATE/pipeline/head This commit looks good
All checks were successful
gitea/MERN_STACK_TEMPLATE/pipeline/head This commit looks good
This commit is contained in:
22
frontend/.dockerignore
Normal file
22
frontend/.dockerignore
Normal 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/
|
Reference in New Issue
Block a user