38 lines
319 B
Plaintext
38 lines
319 B
Plaintext
# Certificates and keys
|
|
*.pem
|
|
*.key
|
|
*.crt
|
|
*.csr
|
|
|
|
# Binary files
|
|
fuckhttp3
|
|
main
|
|
|
|
# Go build artifacts
|
|
*.o
|
|
*.a
|
|
*.so
|
|
*.exe
|
|
*.test
|
|
*.out
|
|
*.dll
|
|
*.dylib
|
|
|
|
# Go workspace files
|
|
go.work
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# OS specific files
|
|
.DS_Store
|
|
Thumbs.db
|
|
._.DS_Store
|
|
Desktop.ini
|
|
|
|
# Editor directories and files
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~ |