Simplify .gitignore file
This commit is contained in:
15
.gitignore
vendored
15
.gitignore
vendored
@@ -1,14 +1,6 @@
|
||||
# Binaries for programs and plugins
|
||||
# Binaries
|
||||
*.exe
|
||||
*.exe~
|
||||
*.dll
|
||||
*.so
|
||||
*.dylib
|
||||
|
||||
# Test binary, built with `go test -c`
|
||||
*.test
|
||||
|
||||
# Output of the go coverage tool
|
||||
*.out
|
||||
|
||||
# Dependency directories
|
||||
@@ -20,11 +12,6 @@ go.work
|
||||
# IDE specific files
|
||||
.idea/
|
||||
.vscode/
|
||||
*.swp
|
||||
|
||||
# macOS specific files
|
||||
.DS_Store
|
||||
|
||||
# Environment files
|
||||
.env
|
||||
.env.local
|
||||
|
||||
Reference in New Issue
Block a user