Initial release of queue package
This commit is contained in:
45
.gitignore
vendored
Normal file
45
.gitignore
vendored
Normal file
@@ -0,0 +1,45 @@
|
||||
# macOS system files
|
||||
.DS_Store
|
||||
.AppleDouble
|
||||
.LSOverride
|
||||
Icon?
|
||||
._*
|
||||
|
||||
# Go build artifacts
|
||||
*.exe
|
||||
*.exe~
|
||||
*.dll
|
||||
*.so
|
||||
*.dylib
|
||||
*.test
|
||||
*.out
|
||||
|
||||
# Go workspace cache and temporary files
|
||||
bin/
|
||||
build/
|
||||
dist/
|
||||
*.log
|
||||
*.tmp
|
||||
|
||||
# Go module and sum caches
|
||||
vendor/
|
||||
go.work
|
||||
go.work.sum
|
||||
|
||||
# IDE/editor stuff
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# Gitea/Git internal junk
|
||||
*.orig
|
||||
*.bak
|
||||
|
||||
# Coverage and benchmark outputs
|
||||
coverage.out
|
||||
bench.txt
|
||||
|
||||
# System hidden files
|
||||
ehthumbs.db
|
||||
Thumbs.db
|
||||
Reference in New Issue
Block a user