generated from nhcarrigan/template
23 lines
186 B
Plaintext
23 lines
186 B
Plaintext
# Project-specific
|
|
prod
|
|
data
|
|
!data/.gitkeep
|
|
|
|
# Environment files
|
|
.env
|
|
.env.local
|
|
prod.env
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Coverage
|
|
coverage/
|
|
.coverage
|
|
htmlcov/
|
|
*.lcov |