init
This commit is contained in:
26
.gitignore
vendored
Normal file
26
.gitignore
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
# Build & binary artifacts
|
||||
bin/
|
||||
*.exe
|
||||
*.test
|
||||
*.out
|
||||
*.o
|
||||
|
||||
# Go vendor/cache
|
||||
vendor/
|
||||
|
||||
# Coverage & reports
|
||||
coverage/
|
||||
*.coverprofile
|
||||
|
||||
# Editor & OS noise
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
*.swp
|
||||
*.tmp
|
||||
.vscode/
|
||||
.idea/
|
||||
storage/
|
||||
logs/
|
||||
tmp/
|
||||
config.toml
|
||||
any-hub
|
||||
Reference in New Issue
Block a user