Skip to content

Commit db44cc9

Browse files
author
George
committed
package.json cleanup, source fixes and SCSS modifications
1 parent e17654e commit db44cc9

15 files changed

Lines changed: 8855 additions & 85 deletions

File tree

.gitignore

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,11 @@ fabric.properties
3636
composer.phar
3737
/vendor/
3838

39-
# Commit your application's lock file http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file
40-
# You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file
41-
composer.lock
42-
4339
/node_modules
44-
package-lock.json
40+
41+
# Vite build outputs (generated by .github/workflows/build-assets.yml)
42+
/public/css/app.css
43+
/public/js/app.js
4544

4645
# ZendStudio project files
4746
.project

0 commit comments

Comments
 (0)