Set up complete development environment with: - ESLint with Foundry VTT globals (game, CONFIG, Actor, etc.) - Prettier for consistent code formatting - Husky + lint-staged for pre-commit hooks - Quench test framework structure with sanity checks Documentation: - DEVELOPMENT.md with tooling decisions and rationale - README.md updated with development setup instructions 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
28 lines
311 B
Plaintext
28 lines
311 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
|
|
# Foundry data
|
|
foundrydata/
|
|
|
|
# Build artifacts
|
|
styles/*.css
|
|
styles/*.css.map
|
|
|
|
# Package lock
|
|
package-lock.json
|
|
|
|
# Compendium packs (LevelDB format)
|
|
packs/*/*.db
|
|
packs/*/CURRENT
|
|
packs/*/LOCK
|
|
packs/*/LOG*
|
|
packs/*/MANIFEST*
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
|
|
# Minified files
|
|
*.min.js
|
|
*.min.css
|