mirror of
https://github.com/Dvorinka/Bookra.git
synced 2026-06-03 20:13:00 +00:00
22 lines
142 B
Plaintext
22 lines
142 B
Plaintext
# Environment variables
|
|
.env
|
|
|
|
# Binary
|
|
auth-service
|
|
*.exe
|
|
|
|
# Go
|
|
vendor/
|
|
*.log
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|