mirror of
https://github.com/Lifeforge-app/lifeforge.git
synced 2026-03-03 00:37:01 +00:00
47 lines
554 B
Plaintext
47 lines
554 B
Plaintext
# Dependencies (will be reinstalled in container)
|
|
**/node_modules
|
|
|
|
# Build outputs
|
|
**/dist
|
|
**/.next
|
|
**/build
|
|
|
|
# Development files
|
|
**/.git
|
|
**/.gitignore
|
|
**/.env*
|
|
!**/env/.env.docker.example
|
|
|
|
# IDE and editor files
|
|
**/.vscode
|
|
**/.idea
|
|
**/*.swe
|
|
**/*.swo
|
|
|
|
# Test files
|
|
**/*.test.ts
|
|
**/*.spec.ts
|
|
**/coverage
|
|
**/__tests__
|
|
|
|
# Documentation
|
|
**/README.md
|
|
**/CHANGELOG.md
|
|
|
|
# Docker files (not needed inside containers)
|
|
**/Dockerfile
|
|
**/docker-compose*.yaml
|
|
**/.dockerignore
|
|
|
|
# OS files
|
|
**/.DS_Store
|
|
**/Thumbs.db
|
|
|
|
# Logs
|
|
**/*.log
|
|
**/logs
|
|
|
|
# Misc
|
|
**/*.md
|
|
**/LICENSE
|