mirror of
https://github.com/donavon04/licensetrackerbackend.git
synced 2025-01-18 00:30:57 -07:00
36 lines
462 B
Plaintext
36 lines
462 B
Plaintext
|
# Node.js specific files and folders
|
||
|
|
||
|
# Dependency directories
|
||
|
node_modules/
|
||
|
|
||
|
# Optional npm cache directory
|
||
|
.npm/
|
||
|
|
||
|
# Optional eslint cache
|
||
|
.eslintcache
|
||
|
|
||
|
# Optional REPL history
|
||
|
.node_repl_history
|
||
|
|
||
|
# Optional coverage directory
|
||
|
coverage/
|
||
|
|
||
|
# Optional config files
|
||
|
.env
|
||
|
.env.local
|
||
|
.env.development.local
|
||
|
.env.test.local
|
||
|
.env.production.local
|
||
|
|
||
|
# Logs
|
||
|
logs/
|
||
|
*.log
|
||
|
npm-debug.log*
|
||
|
yarn-debug.log*
|
||
|
yarn-error.log*
|
||
|
|
||
|
# Debugger directories and files
|
||
|
.vscode/
|
||
|
.idea/
|
||
|
.DS_
|