Skip to content

Commit d9b1a93

Browse files
authored
Update template .gitignore to ignore compiled CSS
Don't track the webpack-compiled-distributed CSS.
1 parent 3ca90c6 commit d9b1a93

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

template/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
.DS_Store
22
app/dist/index.html
33
app/dist/build.js
4+
app/dist/styles.css
45
builds/*
56
{{#if unit}}
67
coverage

0 commit comments

Comments
 (0)