Init commit

This commit is contained in:
2025-03-06 15:19:05 +00:00
commit 03785483e8
58 changed files with 9792 additions and 0 deletions

17
.gitignore vendored Normal file
View File

@@ -0,0 +1,17 @@
# Ignore dependencies from npm and Composer:
/node_modules
/vendor
/.idea
# Ignore generated JavaScript files:
*.min.js
# Ignore generated CSS files:
style.css
style-editor.css
style-editor-extra.css
# Ignore the generated zip file:
familiarosatheme.zip
# Ignore .DS_Store files from macOS:
.DS_Store