init commit

This commit is contained in:
2024-06-05 17:37:13 +00:00
commit 7a1361419a
52 changed files with 2693 additions and 0 deletions

20
.gitignore vendored Normal file
View File

@@ -0,0 +1,20 @@
# Ignore dependencies from npm and Composer:
/node_modules
/vendor
# Ignore generated JavaScript files:
*.min.js
# Ignore generated CSS files:
style.css
style-editor.css
style-editor-extra.css
# Ignore the generated zip file:
valier.zip
# Ignore .DS_Store files from macOS:
.DS_Store
/node_scripts/
/composer.lock
/package-lock.json