devmode
This commit is contained in:
parent
0535cd1aad
commit
ebd50740f0
6 changed files with 249 additions and 17 deletions
|
@ -3,32 +3,42 @@
|
|||
.gitignore
|
||||
|
||||
# Docker
|
||||
Dockerfile
|
||||
Containerfile
|
||||
Dockerfile*
|
||||
docker-compose*.yml
|
||||
.dockerignore
|
||||
|
||||
# Build artifacts
|
||||
gocheck
|
||||
gocheck-*
|
||||
# Development
|
||||
dev.sh
|
||||
dev-docker.sh
|
||||
tmp/
|
||||
*.log
|
||||
|
||||
# Node.js
|
||||
frontend/node_modules/
|
||||
frontend/dist/
|
||||
frontend/.vite/
|
||||
|
||||
# Go
|
||||
*.exe
|
||||
*.exe~
|
||||
*.dll
|
||||
*.so
|
||||
*.dylib
|
||||
*.test
|
||||
*.out
|
||||
go.work
|
||||
|
||||
# Database files (will be created at runtime)
|
||||
checklists.db
|
||||
checklists.db-*
|
||||
|
||||
# OS files
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# IDE files
|
||||
# IDE
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
|
||||
# Temporary files
|
||||
/tmp/
|
||||
/temp/
|
||||
# Build artifacts
|
||||
build/
|
||||
dist/
|
Loading…
Add table
Add a link
Reference in a new issue