Initial commit
This commit is contained in:
+40
@@ -0,0 +1,40 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user