mirror of
https://github.com/PerpetualSoftware/pad.git
synced 2026-09-24 19:32:10 +00:00
a2e5a6622d
- Multi-stage Dockerfile for building from source - Dockerfile.goreleaser for GoReleaser-built release images - GoReleaser config: publish multi-arch Docker images to ghcr.io - Add PAD_DATA_DIR environment variable for configuring data directory - Update README with Docker install option - Add .dockerignore
28 lines
251 B
Plaintext
28 lines
251 B
Plaintext
# Build artifacts
|
|
pad
|
|
pad.exe
|
|
dist/
|
|
|
|
# Web build (rebuilt in Docker)
|
|
web/build/
|
|
web/node_modules/
|
|
web/.svelte-kit/
|
|
|
|
# Local data
|
|
.pad/
|
|
.pad.toml
|
|
*.db
|
|
*.sqlite
|
|
*.sqlite3
|
|
|
|
# Dev files
|
|
.git/
|
|
.github/
|
|
.vscode/
|
|
.idea/
|
|
v1-archive/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|