chore: ignores module.zip

Just prevents accidentallly adding it to repo.
This commit is contained in:
Ulenar of Mondarth
2025-07-20 10:53:33 +00:00
parent 6917780306
commit c4359d44b0
4 changed files with 6 additions and 1 deletions
+2
View File
@@ -1,3 +1,5 @@
import '../styles/module.css';
Hooks.once('ready', () => {
console.log('ready to go');
});