This repository has been archived on 2026-04-03. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
core/.gitignore
2026-02-03 17:20:06 -05:00

52 lines
378 B
Plaintext

# Dependencies
node_modules/
vendor/
# Build outputs
standalone/index.html
dist/
build/
# Go
*.exe
*.exe~
*.dll
*.so
*.dylib
*.test
*.out
go.work
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Environment
.env
.env.local
.env.*.local
*.env
# Logs
*.log
logs/
# Database
*.db
*.sqlite
# Docker
docker-compose.override.yml
# Secrets
*.pem
*.key
secrets/