Skip to content

Commit 95ca743

Browse files
authored
chore: add .css to .gitignore
1 parent a7e8bf6 commit 95ca743

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.gitignore

+3-2
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,19 @@ src/*
2424
docs/*
2525
!docs/*.py
2626

27-
# Allow assets folder, but only .svg, .png, .rc and .ico files
27+
# Allow assets folder, but only .svg, .png, .rc, .css and .ico files
2828
!assets/
2929
assets/*
3030
!assets/*.svg
3131
!assets/*.png
3232
!assets/*.ico
3333
!assets/*.rc
3434
!assets/*.res
35+
!assets/*.css
3536

3637
# Allow .github folder and its contents
3738
!.github/
3839
!.github/**
3940

4041
# Don't ignore .gitignore
41-
!.gitignore
42+
!.gitignore

0 commit comments

Comments
 (0)