We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4c875a commit 877e166Copy full SHA for 877e166
app/templates/_.gitignore
@@ -1,7 +1,7 @@
1
node_modules
2
public
3
-.tmp
4
-.sass-cache
+.tmp<% if(filters.sass) { %>
+.sass-cache<% } %>
5
.idea
6
client/bower_components
7
dist
0 commit comments