Skip to content

Commit 06fffb4

Browse files
committed
Adds .sass-cache to gitignore
Signed-off-by: Akash Manohar J <akash@akash.im>
1 parent 9af7613 commit 06fffb4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
# Ignore the default SQLite database.
1111
/db/*.sqlite3
1212

13+
# sass-cache
14+
/app/assets/stylesheets/.sass-cache
15+
1316
# Ignore all logfiles and tempfiles.
1417
/log/*.log
1518
/tmp

0 commit comments

Comments
 (0)