init
This commit is contained in:
commit
ba1f43fd8e
35 changed files with 5926 additions and 0 deletions
34
.dockerignore
Normal file
34
.dockerignore
Normal file
|
@ -0,0 +1,34 @@
|
|||
# Git
|
||||
.git
|
||||
.gitignore
|
||||
|
||||
# Docker
|
||||
Dockerfile
|
||||
Containerfile
|
||||
.dockerignore
|
||||
|
||||
# Build artifacts
|
||||
gocheck
|
||||
gocheck-*
|
||||
*.exe
|
||||
|
||||
# Database files (will be created at runtime)
|
||||
checklists.db
|
||||
checklists.db-*
|
||||
|
||||
# OS files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# IDE files
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
|
||||
# Temporary files
|
||||
/tmp/
|
||||
/temp/
|
Loading…
Add table
Add a link
Reference in a new issue