Skip to content

Commit 877e166

Browse files
committed
refactor(app): remove sass cache from gitignore if not used
1 parent c4c875a commit 877e166

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: app/templates/_.gitignore

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
node_modules
22
public
3-
.tmp
4-
.sass-cache
3+
.tmp<% if(filters.sass) { %>
4+
.sass-cache<% } %>
55
.idea
66
client/bower_components
77
dist

0 commit comments

Comments
 (0)