Files
vince 73c814e09d - Updated dev scripts. HTML is now minified for production. Minifying the HTML may give a slight performance. YMMV
- Found/fixed a few additional syntax errors that were causing HTML minification to fail.
- Fixed Attack/CMB button text from overflowing. Added padding to roll template table category headings.
2025-03-05 22:13:55 -08:00

11 lines
129 B
Plaintext

# Root level ignores
node_modules/
dist/
prod/
.vscode/
# dev/ folder ignores
dev/node_modules/
dev/dist/
dev/prod/
dev/.vscode/