41 lines
396 B
Plaintext
41 lines
396 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
package-lock.json
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.*
|
|
inventory.ini
|
|
|
|
# IDE
|
|
.vscode/
|
|
*.code-workspace
|
|
.idea/
|
|
|
|
# OS
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Generated files
|
|
response_*/
|
|
|
|
# Test Coverage
|
|
coverage/
|
|
.coverage/
|
|
.nyc_output/
|
|
*.lcov
|
|
coverage.json
|
|
clover.xml
|