Skip to content

Commit 4539cbc

Browse files
committed
more css
1 parent a090802 commit 4539cbc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.copier-answers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier
2-
_commit: v0.0.56-10-g6fd0083
2+
_commit: v0.0.56-11-g7db037a
33
_src_path: gh:LabAutomationAndScreening/copier-base-template.git
44
description: A web app that is hosted within a local intranet. Nuxt frontend, python
55
backend, docker-compose

biome.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"**",
1111
"!template/template/biome.jsonc",
1212
"!template/biome.jsonc",
13-
"!*.css" // still too many false positives, so we exclude CSS files
13+
"!**/*.css" // still too many false positives, so we exclude CSS files
1414
]
1515
}
1616
}

template/biome.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"**",
1111
"!template/template/biome.jsonc",
1212
"!template/biome.jsonc",
13-
"!*.css" // still too many false positives, so we exclude CSS files
13+
"!**/*.css" // still too many false positives, so we exclude CSS files
1414
]
1515
}
1616
}

0 commit comments

Comments
 (0)