+ Gitignore
This commit is contained in:
parent
9bffdc3523
commit
0777c108ee
|
@ -0,0 +1,29 @@
|
|||
# Build artifacts
|
||||
*.exe
|
||||
*.o
|
||||
*.a
|
||||
*.so
|
||||
*.dylib
|
||||
|
||||
# Vendor dependencies (if using vendoring)
|
||||
/vendor/
|
||||
|
||||
# Go module cache
|
||||
/go/pkg/mod/
|
||||
/go/pkg/cache/
|
||||
|
||||
# IDE/Editor specific files
|
||||
.idea/
|
||||
.vscode/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
tmp/
|
||||
|
||||
# OS generated files
|
||||
.DS_Store
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
|
||||
# Any other temporary or build files specific to your project
|
Loading…
Reference in New Issue