Skip to content

Commit

Permalink
.gitignore: Add document, image, and font file types
Browse files Browse the repository at this point in the history
  • Loading branch information
kj4ezj committed May 18, 2024
1 parent 85322ea commit a28f538
Showing 1 changed file with 65 additions and 1 deletion.
66 changes: 65 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,17 @@ tmp

# data files
*.csv
*.dat
*.data
*.db
*.dbf
*.dif
*.fods
*.json
*.jsonc
*.ods
*.odt
*.ots
*.slk
*.sqlite
*.tsv
*.uos
Expand All @@ -65,6 +69,42 @@ tmp
*.xltx
*.xml

# documents
*.doc
*.docm
*.docx
*.dot
*.dotm
*.dotx
*.epub
*.fodp
*.fodt
*.htm
*.html
*.mobi
*.odg
*.odp
*.otp
*.odt
*.pdf
*.pot
*.potm
*.potx
*.pps
*.ppsx
*.ppt
*.pptm
*.pptx
*.ps
*.rtf
*.txt
*.uop
*.uos
*.uot
*.wpd
*.wps
*.xhtml

# editor files
.ccls-cache
.idea
Expand Down Expand Up @@ -99,6 +139,30 @@ thumbs.db:encryptable
thumbs.db_encryptable
.Trashes

# fonts
*.eot
*.otf
*.ttf
*.woff
*.woff2

# images
*.bitmap
*.bmp
*.gif
*.ico
*.jpeg
*.jpg
*.png
*.psd
*.raw
*.svg
*.tif
*.tiff
*.webp
*.webm
*.xcf

# keys and certs
*.cer
*.crt
Expand Down

0 comments on commit a28f538

Please sign in to comment.