Skip to content
This repository was archived by the owner on Jan 31, 2025. It is now read-only.

Commit ade1b91

Browse files
committed
Add .gitignore to prevent the spec from being committed
1 parent 9e38fbd commit ade1b91

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

test/sass/spec/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Will be populated by npm pretest
2+
*.css

test/scss/spec/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Will be populated by npm pretest
2+
*.css

0 commit comments

Comments
 (0)