hatch-surf/.gitignore

30 lines
189 B
Plaintext

# Go
*.exe
*.exe~
*.dll
*.so
*.dylib
*.test
*.out
go.work
# Build
/bin
/dist
/data
# Runtime data
data/
*.db
coverage.out
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store
/hatch
hatch.exe