mirror of
https://github.com/woocommerce/storefront.git
synced 2025-10-03 14:04:42 +08:00
24 lines
218 B
Text
24 lines
218 B
Text
# Compiled CSS
|
|
*.css
|
|
|
|
# Minified js
|
|
*.min.js
|
|
|
|
# Sass
|
|
.sass-cache
|
|
|
|
# Grunt
|
|
/node_modules/
|
|
/storefront/
|
|
npm-debug.log
|
|
|
|
# Codekit
|
|
config.codekit
|
|
|
|
# Transifex
|
|
.transifexrc
|
|
/languages/*.po
|
|
/languages/*.mo
|
|
|
|
# PhpStorm
|
|
.idea
|