32 lines
234 B
Text
32 lines
234 B
Text
# Dependencies
|
|
node_modules
|
|
|
|
# Build output
|
|
dist
|
|
|
|
# Git
|
|
.git
|
|
.github
|
|
|
|
# IDE
|
|
.idea
|
|
.vscode
|
|
|
|
# OS
|
|
.DS_Store
|
|
|
|
# Environment
|
|
.env
|
|
.env.*
|
|
|
|
# Documentation
|
|
*.md
|
|
license
|
|
|
|
# Docker
|
|
Dockerfile*
|
|
docker-compose*.yml
|
|
.dockerignore
|
|
|
|
# Other
|
|
*.log
|