This repository has been archived on 2026-05-07. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
ccrm/.gitignore

46 lines
381 B
Text

# Binaries
bin/
daemon/bin/
server/bin/
*.exe
*.exe~
*.dll
*.so
*.dylib
# Go
vendor/
# Dashboard
dashboard/node_modules/
dashboard/dist/
# SQLite
*.db
*.db-journal
*.db-wal
*.db-shm
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Logs
*.log
# Environment
.env
.env.local
# Build output
server/internal/dashboard/
# Local dev marketplace
.ccrm-marketplace/