kibana/packages/kbn-plugin-generator/sao_template/template/gitignore
Spencer 583e5ae228
[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.
2018-11-13 13:01:32 -08:00

7 lines
90 B
Plaintext
Executable file

npm-debug.log*
node_modules
/build/
<%_ if (generateScss) { -%>
/public/app.css
<%_ } -%>