Files
daily-timer/.gitignore
2026-02-10 03:48:46 +03:00

44 lines
418 B
Plaintext

# Daily Timer build outputs
build/bin/
build/darwin/Info.plist
bin/
dist/
# Frontend
frontend/node_modules/
frontend/dist/
# Go
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary
*.test
# Output of go coverage
*.out
# Dependency directories
vendor/
# IDE
.idea/
.vscode/
*.swp
*.swo
# macOS
.DS_Store
# Logs
*.log
# Local development
.env.local
# Copilot instructions (local only)
.github/copilot-instructions.md