mirror of
https://github.com/elementor/hello-theme.git
synced 2025-10-04 15:42:19 +08:00
Internal: Refactor theme build scripts [TMZ-457] (#484)
This commit is contained in:
parent
e62f2c9e85
commit
1c27084a03
42 changed files with 3433 additions and 11871 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -1,11 +1,12 @@
|
|||
.idea/
|
||||
node_modules/
|
||||
.sass-cache/
|
||||
build/
|
||||
build/**
|
||||
assets/
|
||||
hello-elementor/
|
||||
elementor-hello-theme/
|
||||
log/
|
||||
vendor/
|
||||
composer.lock
|
||||
.DS_Store
|
||||
.project
|
||||
Thumbs.db
|
||||
|
@ -13,7 +14,6 @@ Thumbs.db
|
|||
*.map
|
||||
yarn.lock
|
||||
assets/js/
|
||||
*.css
|
||||
*.zip
|
||||
.npmrc
|
||||
.env
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue