22 lines
283 B
Plaintext
22 lines
283 B
Plaintext
# Dependencies
|
|
**/node_modules
|
|
|
|
# Build output
|
|
/frontend/dist
|
|
|
|
# Environment variables
|
|
# Ignore all .env files to protect secrets
|
|
**/.env
|
|
|
|
# Logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# OS generated files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Editor directories and files
|
|
.vscode/
|
|
.idea/ |