3db03f5159
- Fixed grid-2 to grid-2col CSS class usage
- Replaced improper <p><a> tags with <div><a> in item lists (actor-weapons, actor-defenses, group-items, group-vehicles)
- Fixed typos: smarttlk -> smarttl, compétence -> Compétence
- Fixed duplicate class attributes
- Standardized HTML comments to Handlebars comments ({{!-- --}})
- Added missing localizations for Character and Skills headers
- Removed orphan {{/if}} tag in character-id.hbs
- Created npc-skill-category.hbs partial to eliminate 150+ lines of duplicated skill category code in actor-npc-sheet.hbs
- Created item-list.hbs partial for reusable item list display
- Fixed html.find(...).forEach error in roll.mjs by ensuring jQuery object
- Added .history/ to .gitignore
Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
17 lines
143 B
Plaintext
17 lines
143 B
Plaintext
# IDE
|
|
.idea/
|
|
.vsode
|
|
|
|
# Node Modules
|
|
node_modules
|
|
npm-debug.log
|
|
|
|
# les bdd de packs
|
|
packs/*/*
|
|
|
|
# Foundry
|
|
*.lock
|
|
jsconfig.json
|
|
foundry
|
|
.history/
|