Bootstrap Go module and action skeleton
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
a155c3ab7a
commit
b86a9dc9eb
4 changed files with 37 additions and 0 deletions
12
.gitignore
vendored
Normal file
12
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# Build output
|
||||
/dist/
|
||||
/bin/
|
||||
|
||||
# Go
|
||||
*.test
|
||||
*.out
|
||||
|
||||
# Editor
|
||||
.idea/
|
||||
.vscode/
|
||||
.DS_Store
|
||||
Loading…
Add table
Add a link
Reference in a new issue