mirror of
https://github.com/dagu-org/dagu.git
synced 2025-12-28 06:34:22 +00:00
41 lines
445 B
Plaintext
41 lines
445 B
Plaintext
# frontend assets
|
|
internal/service/frontend/assets/fonts/*
|
|
internal/service/frontend/assets/*
|
|
!internal/service/frontend/assets/.gitkeep
|
|
|
|
# NVM
|
|
.nvmrc
|
|
|
|
# tmp files
|
|
tmp/*
|
|
|
|
# MacOS
|
|
.DS_Store
|
|
|
|
# Goland
|
|
.idea
|
|
|
|
# Directory for local development
|
|
.local/
|
|
|
|
# Coverage files
|
|
coverage.*
|
|
|
|
# Debug files
|
|
__debug_bin*
|
|
|
|
# Misc files
|
|
.aider*
|
|
.serena
|
|
|
|
# Local configuration files
|
|
*.local.md
|
|
*.local.json
|
|
|
|
# Profile files
|
|
*.prof
|
|
|
|
# Go cache
|
|
.gocache
|
|
.gomodcache
|