mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 01:13:23 -04:00
[kbn-plugin-generator] gitignore app.css if scss used (#25609)
When generating a plugin with the plugin generator and scss is in use, we should add the generated `app.css` file to the .gitignore file.
This commit is contained in:
parent
cd5f31bfec
commit
583e5ae228
1 changed files with 3 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
|||
npm-debug.log*
|
||||
node_modules
|
||||
/build/
|
||||
<%_ if (generateScss) { -%>
|
||||
/public/app.css
|
||||
<%_ } -%>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue