feat: auth
This commit is contained in:
18
.gitignore
vendored
Normal file
18
.gitignore
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
# Compiled binaries and build artifacts
|
||||
*.exe
|
||||
*.bin
|
||||
/bin/
|
||||
/pkg/
|
||||
|
||||
# Module cache and dependencies (excluding go.mod and go.sum)
|
||||
# go.mod and go.sum are typically tracked
|
||||
# /vendor/ # Uncomment if you are not vendoring dependencies
|
||||
|
||||
# Editor/IDE specific files
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
|
||||
# Log files and temporary data
|
||||
*.log
|
||||
*.tmp
|
||||
Reference in New Issue
Block a user