first commit
This commit is contained in:
26
.dockerignore
Normal file
26
.dockerignore
Normal file
@@ -0,0 +1,26 @@
|
||||
# Binaries
|
||||
speedtest-server
|
||||
*.exe
|
||||
|
||||
# Go
|
||||
*.o
|
||||
*.a
|
||||
vendor/
|
||||
|
||||
# Git
|
||||
.git/
|
||||
.gitignore
|
||||
|
||||
# IDE
|
||||
.idea/
|
||||
.vscode/
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
|
||||
# Keep only what's needed
|
||||
Dockerfile*
|
||||
docker-compose*
|
||||
*.md
|
||||
Reference in New Issue
Block a user