first commit
This commit is contained in:
commit
9405443784
3 changed files with 223 additions and 0 deletions
32
.gitignore
vendored
Normal file
32
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
# Compiled binaries
|
||||
*.exe
|
||||
*.dll
|
||||
*.so
|
||||
*.dylib
|
||||
*.test
|
||||
*.out
|
||||
|
||||
# Build output directory
|
||||
bin/
|
||||
dist/
|
||||
|
||||
# Test artifacts
|
||||
coverage.txt
|
||||
|
||||
# Go workspace files
|
||||
go.work
|
||||
|
||||
# System metadata
|
||||
.DS_Store
|
||||
s._*
|
||||
.Spotlight-V100
|
||||
.Trashes
|
||||
|
||||
# Thumbnail cache
|
||||
Thumbs.db
|
||||
|
||||
# IDE/Editor (VS Code example)
|
||||
.vscode/*
|
||||
!.vscode/settings.json
|
||||
!.vscode/tasks.json
|
||||
*.code-workspace
|
||||
Loading…
Add table
Add a link
Reference in a new issue