mirror of
https://github.com/harshabose/buffer.git
synced 2025-09-27 04:06:07 +08:00
added additional .gitignore candidates
This commit is contained in:
52
.gitignore
vendored
52
.gitignore
vendored
@@ -1,2 +1,50 @@
|
||||
/third-party
|
||||
.idea
|
||||
# Binaries for programs and plugins
|
||||
*.exe
|
||||
*.exe~
|
||||
*.dll
|
||||
*.so
|
||||
*.dylib
|
||||
|
||||
# Test binary, built with `go test -c`
|
||||
*.test
|
||||
|
||||
# Output of the go coverage tool
|
||||
*.out
|
||||
|
||||
# Go workspace file
|
||||
go.work
|
||||
|
||||
# Dependency directories
|
||||
vendor/
|
||||
|
||||
# Build directories
|
||||
build/
|
||||
third_party/
|
||||
|
||||
# Environment files
|
||||
*.env
|
||||
!.env.example
|
||||
|
||||
# macOS
|
||||
.DS_Store
|
||||
.DS_Store?
|
||||
._*
|
||||
.Spotlight-V100
|
||||
.Trashes
|
||||
|
||||
# Windows
|
||||
ehthumbs.db
|
||||
Thumbs.db
|
||||
|
||||
# Linux
|
||||
*~
|
||||
|
||||
# IDE files
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
logs/
|
Reference in New Issue
Block a user