20 lines
262 B
Plaintext
20 lines
262 B
Plaintext
# Ignore node_modules directory
|
|
node_modules/
|
|
|
|
# Ignore build artifacts
|
|
dist/
|
|
.idea
|
|
out/
|
|
json_files/
|
|
|
|
# Ignore environment-specific settings
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Ignore local environment files
|
|
.env.*
|
|
|
|
# Keep the .env file
|
|
!.env |