chore: ajout .history au gitignore, licence et compat FVTT 14

This commit is contained in:
2026-07-10 18:53:13 +02:00
parent 68b3079da8
commit 54e769176a
3 changed files with 10 additions and 2 deletions
+2 -1
View File
@@ -2,4 +2,5 @@ node_modules/
dist/
*.log
.DS_Store
regles/
regles/
.history/
+7
View File
@@ -0,0 +1,7 @@
Code Author :
- Developed by LeRatierBretonnien / www.uberwald.me
Code LICENCE :
C BY-NC-SA 4.0
Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International
This license requires that reusers give credit to the creator. It allows reusers to distribute, remix, adapt, and build upon the material in any medium or format, for noncommercial purposes only. If others modify or adapt the material, they must license the modified material under identical terms.
+1 -1
View File
@@ -19,7 +19,7 @@
"paths": ["acks.css", "./", "templates", "css", "lang/en.json"]
} },
"compatibility": {
"minimum": "13",
"minimum": "14",
"verified": "14"
},
"esmodules": ["fvtt-hamalron.mjs"],