initial commit
This commit is contained in:
25
.gitignore
vendored
25
.gitignore
vendored
@@ -21,3 +21,28 @@
|
||||
# Go workspace file
|
||||
go.work
|
||||
|
||||
# WhatsHooked specific
|
||||
# Binaries (keep directory structure)
|
||||
bin/*
|
||||
!bin/.gitkeep
|
||||
|
||||
# Config files (keep only example)
|
||||
config.json
|
||||
.whatshooked-cli.json
|
||||
|
||||
# Session data
|
||||
sessions/
|
||||
*.db
|
||||
*.db-shm
|
||||
*.db-wal
|
||||
|
||||
# IDE
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
Reference in New Issue
Block a user