Files
lan-manager/.gitignore

53 lines
474 B
Plaintext

# Binaries
*.exe
*.exe~
*.dll
*.so
*.dylib
lan-manager
lan-manager-darwin
lan-manager-linux
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool
*.out
# Go workspace file
go.work
# Dependency directories
vendor/
node_modules/
# Build outputs
web/dist/
server/static/
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Data
data/
*.db
*.db-journal
*.log
# Environment files
.env
*.env.local
# Temporary files
tmp/
temp/
*.tmp