41 lines
349 B
Plaintext
41 lines
349 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
|