mirror of
https://github.com/dagu-org/dagu.git
synced 2025-12-28 06:34:22 +00:00
54 lines
470 B
Plaintext
54 lines
470 B
Plaintext
# Git
|
|
.git/
|
|
.github/
|
|
.gitignore
|
|
|
|
# Node/UI
|
|
ui/node_modules/
|
|
ui/dist/
|
|
node_modules/
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
# Go
|
|
bin/
|
|
*.test
|
|
*.out
|
|
coverage.txt
|
|
coverage.html
|
|
|
|
# Build artifacts
|
|
internal/service/frontend/assets/
|
|
dist/
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Documentation (not needed in container)
|
|
*.md
|
|
!README.md
|
|
|
|
# Test data
|
|
tmp/
|
|
.tmp/
|
|
testdata/
|
|
|
|
# CI/CD
|
|
.github/
|
|
|
|
# Development files
|
|
docker-compose*.yml
|
|
deploy/
|
|
|
|
# Kubernetes
|
|
*.yaml
|
|
!ui/*.yaml
|