Initial commit
This commit is contained in:
32
.gitignore
vendored
Normal file
32
.gitignore
vendored
Normal file
@@ -0,0 +1,32 @@
|
||||
# Dependencies
|
||||
node_modules/
|
||||
lib/
|
||||
|
||||
# Build outputs
|
||||
out/
|
||||
dist/
|
||||
cache/
|
||||
artifacts/
|
||||
|
||||
# Environment
|
||||
.env
|
||||
.env.local
|
||||
|
||||
# IDE
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
logs/
|
||||
|
||||
# Testing
|
||||
coverage/
|
||||
coverage.json
|
||||
|
||||
# Temporary
|
||||
*.tmp
|
||||
.DS_Store
|
||||
|
||||
Reference in New Issue
Block a user