upload to github
This commit is contained in:
commit
ae9ca74ac6
23 changed files with 2133 additions and 0 deletions
30
.dockerignore
Normal file
30
.dockerignore
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
# Ignore build artifacts
|
||||
bin/
|
||||
release/
|
||||
downloads/
|
||||
temp/
|
||||
logs/
|
||||
|
||||
# Ignore version control
|
||||
.git/
|
||||
.gitignore
|
||||
|
||||
# Ignore documentation
|
||||
*.md
|
||||
LICENSE
|
||||
|
||||
# Ignore IDE files
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
# Ignore OS files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Ignore development files
|
||||
Makefile
|
||||
docker-compose.yml
|
||||
.dockerignore
|
||||
Loading…
Add table
Add a link
Reference in a new issue