Skip to content

Commit 63a1d9c

Browse files
author
Spencer
authored
[kbn-plugin-generator] gitignore app.css if scss used (#25609) (#25612)
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.
1 parent acea94c commit 63a1d9c

File tree

1 file changed

+3
-0
lines changed
  • packages/kbn-plugin-generator/sao_template/template

1 file changed

+3
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
npm-debug.log*
22
node_modules
33
/build/
4+
<%_ if (generateScss) { -%>
5+
/public/app.css
6+
<%_ } -%>

0 commit comments

Comments
 (0)