Skip to content

Commit 1836078

Browse files
Fix .gitignore (#20249)
* Fix .gitignore Signed-off-by: Liviu-Mihail Concioiu <liviu.concioiu@gmail.com> Co-authored-by: Maurício Meneghini Fauth <mauricio@mfauth.com.br>
1 parent c29d0a7 commit 1836078

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

.gitignore

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -111,11 +111,5 @@ infection.json5
111111
!/public/themes/metro/
112112
!/public/themes/original/
113113
!/public/themes/pmahomme/
114-
/public/themes/bootstrap/*.css
115-
/public/themes/bootstrap/*.css.map
116-
/public/themes/metro/*.css
117-
/public/themes/metro/*.css.map
118-
/public/themes/original/*.css
119-
/public/themes/original/*.css.map
120-
/public/themes/pmahomme/*.css
121-
/public/themes/pmahomme/*.css.map
114+
/public/themes/*/css/*.css
115+
/public/themes/*/css/*.css.map

0 commit comments

Comments
 (0)