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-19 15:03:20 +00:00

53 lines
417 B
Plaintext

# Vendor libs (downloaded at build time)
src/vendor/
# Go
*.exe
*.exe~
*.dll
*.so
*.dylib
*.test
*.out
go.work
# Node (if any dev tooling)
node_modules/
# 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/
# Build artifacts
dist/
build/