File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changes here will be overwritten by Copier
2
- _commit : v0.0.56-10-g6fd0083
2
+ _commit : v0.0.56-11-g7db037a
3
3
_src_path : gh:LabAutomationAndScreening/copier-base-template.git
4
4
description : A web app that is hosted within a local intranet. Nuxt frontend, python
5
5
backend, docker-compose
Original file line number Diff line number Diff line change 10
10
" **" ,
11
11
" !template/template/biome.jsonc" ,
12
12
" !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
14
14
]
15
15
}
16
16
}
Original file line number Diff line number Diff line change 10
10
" **" ,
11
11
" !template/template/biome.jsonc" ,
12
12
" !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
14
14
]
15
15
}
16
16
}
You can’t perform that action at this time.
0 commit comments