Init commit repo setup
This commit is contained in:
27
.gitignore
vendored
Normal file
27
.gitignore
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
# Mac OS X files
|
||||
.DS_Store
|
||||
|
||||
# IDE files
|
||||
.idea/
|
||||
.vscode/
|
||||
|
||||
# Binaries for programs and plugins
|
||||
*.exe
|
||||
*.exe~
|
||||
*.dll
|
||||
*.so
|
||||
*.dylib
|
||||
|
||||
# Test binary, build with `go test -c`
|
||||
*.test
|
||||
|
||||
# Output directory
|
||||
out/
|
||||
|
||||
# env files
|
||||
*.env
|
||||
|
||||
# Dependency directories
|
||||
vendor/
|
||||
|
||||
go.sum
|
||||
Reference in New Issue
Block a user