mirror of
https://github.com/woocommerce/storefront.git
synced 2025-10-04 14:11:16 +08:00
Add rgbaster file and modify gitignore
This commit is contained in:
parent
6c8575a1c5
commit
661e174415
2 changed files with 7 additions and 1 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
@ -3,6 +3,7 @@
|
|||
|
||||
# Minified js
|
||||
*.min.js
|
||||
!/assets/js/vendor/*.min.js
|
||||
|
||||
# Sass
|
||||
.sass-cache
|
||||
|
@ -24,4 +25,8 @@ config.codekit
|
|||
.idea
|
||||
|
||||
# macOS
|
||||
.DS_Store
|
||||
.DS_Store
|
||||
|
||||
# Composer
|
||||
composer.lock
|
||||
/vendor
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue