27 lines
191 B
Plaintext
27 lines
191 B
Plaintext
|
|
# 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
|