44 lines
334 B
Text
44 lines
334 B
Text
# Dependencies
|
|
node_modules/
|
|
vendor/
|
|
|
|
# Build output
|
|
dist/
|
|
build/
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|
|
.core/
|
|
.Spotlight-V100
|
|
.Trashes
|
|
*~
|
|
*.tmp
|
|
.env.*.local
|
|
__pycache__/
|
|
*.pyc
|
|
.venv/
|
|
venv/
|
|
*.exe
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
*.a
|
|
*.o
|
|
*.class
|
|
*.test
|
|
coverage.out
|
|
*.coverprofile
|