init command
This commit is contained in:
26
.gitignore
vendored
Normal file
26
.gitignore
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
## Generated binaries
|
||||
pb
|
||||
|
||||
## Build artifacts and caches
|
||||
.cache/
|
||||
# bin/
|
||||
*.exe
|
||||
*.exe~
|
||||
*.dll
|
||||
*.so
|
||||
*.dylib
|
||||
*.test
|
||||
*.out
|
||||
|
||||
## Go build specific
|
||||
/vendor/
|
||||
|
||||
## Editor temporary files
|
||||
*.swp
|
||||
*.swo
|
||||
.vscode/
|
||||
.idea/
|
||||
|
||||
## macOS
|
||||
.DS_Store
|
||||
|
||||
Reference in New Issue
Block a user