mirror of
https://github.com/dariubs/GoBooks.git
synced 2026-04-30 14:03:54 +07:00
cfb82c17a1
ref #163
24 lines
171 B
Plaintext
24 lines
171 B
Plaintext
# Binaries
|
|
validator/validator
|
|
validator/validator.exe
|
|
*.exe
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# Go
|
|
*.test
|
|
*.out
|
|
go.work
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|