Skip to content

Commit

Permalink
chore: add .css to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
leafspark authored Aug 17, 2024
1 parent a7e8bf6 commit 95ca743
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,19 @@ src/*
docs/*
!docs/*.py

# Allow assets folder, but only .svg, .png, .rc and .ico files
# Allow assets folder, but only .svg, .png, .rc, .css and .ico files
!assets/
assets/*
!assets/*.svg
!assets/*.png
!assets/*.ico
!assets/*.rc
!assets/*.res
!assets/*.css

# Allow .github folder and its contents
!.github/
!.github/**

# Don't ignore .gitignore
!.gitignore
!.gitignore

0 comments on commit 95ca743

Please sign in to comment.