Files
hooks-lib/.gitignore
Kaysser Kayyali 59a3f7bc0c v0.4.0: add 0.4.0 zip to release artifacts (.gitignore)
The v0.4.0 zip was built but blocked by .gitignore (only
0.2.0 and 0.3.0 zips were explicitly re-included). Add the
0.4.0 inclusion so the release artifact is committed.
2026-06-20 17:42:53 -04:00

35 lines
792 B
Plaintext

# Foundry install mirror
# /Data/modules/foundry-hooks-lib/ is generated by scripts/copy-to-foundry.mjs (if/when added).
Data/
# Dev environment
node_modules/
*.log
.env
.env.*
# OS junk
.DS_Store
Thumbs.db
# IDE
.vscode/
.idea/
*.swp
snapshot.json
# Dev artifacts (regenerated on demand, never committed)
journal-snapshot.json
preview/
scripts/session.js
scripts/session-prompts.js
# Build artifacts (created by Python zip recipe or future build-zip.mjs).
# Keep this loose: foundry-hooks-lib-X.Y.Z.zip is the named release artifact;
# versioned so future rebuilds don't accidentally overwrite a released
# version. Add a new file rather than deleting old ones when bumping.
foundry-hooks-lib-*.zip
!foundry-hooks-lib-0.2.0.zip
!foundry-hooks-lib-0.3.0.zip
!foundry-hooks-lib-0.4.0.zip