23 lines
247 B
Plaintext
23 lines
247 B
Plaintext
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
# Dependency directories
|
|
node_modules/
|
|
|
|
# Optional npm cache directory
|
|
.npm
|
|
|
|
# Output of 'npm pack'
|
|
*.tgz
|
|
|
|
# dotenv environment variables file
|
|
.env
|
|
.env.test
|
|
|
|
.vscode
|
|
|
|
# meta info for mid file
|
|
midi-storage/*.json
|