68 lines
722 B
Text
68 lines
722 B
Text
# Wails build artifacts
|
|
build/bin
|
|
build/bin/*
|
|
|
|
# Frontend artifacts
|
|
node_modules
|
|
frontend/dist
|
|
frontend/node_modules
|
|
frontend/package-lock.json.md5
|
|
frontend/package.json.md5
|
|
|
|
# Wails generated files
|
|
frontend/wailsjs/go
|
|
frontend/wailsjs/runtime
|
|
|
|
# Task runner
|
|
.task
|
|
|
|
# Go build artifacts
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
vendor/
|
|
|
|
# Test binary, built with `go test -c`
|
|
*.test
|
|
|
|
# Output of the go coverage tool
|
|
*.out
|
|
coverage.txt
|
|
|
|
# Go workspace file
|
|
go.work
|
|
|
|
# Environment files
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# OS files
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
|
|
# IDE files
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.vs/
|
|
|
|
# Logs
|
|
*.log
|
|
logs/
|
|
|
|
# Temporary files
|
|
tmp/
|
|
temp/
|
|
|
|
# Application binary.
|
|
maplefile
|