Skip to content

Commit

Permalink
Unignore generated test files
Browse files Browse the repository at this point in the history
  • Loading branch information
Amphiluke committed Apr 17, 2021
1 parent f4c2d5f commit f1d7855
Show file tree
Hide file tree
Showing 11 changed files with 36 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/.gitignore

This file was deleted.

12 changes: 12 additions & 0 deletions test/less/root-01.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
body {
background: #000;
}
/*
a {
color:#0a0;
}
@import "root-04";
some text
*/
/*@import "root-05";*/
/* child-01 */
1 change: 1 addition & 0 deletions test/less/root-01.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions test/less/root-02.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/* child-02 */
/* child-02-1 */
/* child-02-2 */
body {
background: #000;
}
1 change: 1 addition & 0 deletions test/less/root-02.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions test/less/root-03.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
body {
background: #000;
}
/* child-03 */
1 change: 1 addition & 0 deletions test/less/root-03.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions test/less/root-04.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/* child-04 */
/* child-04-1 */
body {
background: #000;
}
1 change: 1 addition & 0 deletions test/less/root-04.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions test/less/root-05.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/* child-05-1 */
body {
background: #000;
}
1 change: 1 addition & 0 deletions test/less/root-05.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f1d7855

Please sign in to comment.