85 lines
959 B
Text
85 lines
959 B
Text
|
|
# Created by https://www.gitignore.io/api/images,git
|
|
# Edit at https://www.gitignore.io/?templates=images,git
|
|
|
|
### Git ###
|
|
# Created by git for backups. To disable backups in Git:
|
|
# $ git config --global mergetool.keepBackup false
|
|
*.orig
|
|
|
|
# Created by git when using merge tools for conflicts
|
|
*.BACKUP.*
|
|
*.BASE.*
|
|
*.LOCAL.*
|
|
*.REMOTE.*
|
|
*_BACKUP_*.txt
|
|
*_BASE_*.txt
|
|
*_LOCAL_*.txt
|
|
*_REMOTE_*.txt
|
|
|
|
### Images ###
|
|
# JPEG
|
|
*.jpg
|
|
*.jpeg
|
|
*.jpe
|
|
*.jif
|
|
*.jfif
|
|
*.jfi
|
|
|
|
# JPEG 2000
|
|
*.jp2
|
|
*.j2k
|
|
*.jpf
|
|
*.jpx
|
|
*.jpm
|
|
*.mj2
|
|
|
|
# JPEG XR
|
|
*.jxr
|
|
*.hdp
|
|
*.wdp
|
|
|
|
# Graphics Interchange Format
|
|
*.gif
|
|
|
|
# RAW
|
|
*.raw
|
|
|
|
# Web P
|
|
*.webp
|
|
|
|
# Portable Network Graphics
|
|
*.png
|
|
|
|
# Animated Portable Network Graphics
|
|
*.apng
|
|
|
|
# Multiple-image Network Graphics
|
|
*.mng
|
|
|
|
# Tagged Image File Format
|
|
*.tiff
|
|
*.tif
|
|
|
|
# Scalable Vector Graphics
|
|
*.svg
|
|
*.svgz
|
|
|
|
# Portable Document Format
|
|
*.pdf
|
|
|
|
# X BitMap
|
|
*.xbm
|
|
|
|
# BMP
|
|
*.bmp
|
|
*.dib
|
|
|
|
# ICO
|
|
*.ico
|
|
|
|
# 3D Images
|
|
*.3dm
|
|
*.max
|
|
|
|
# End of https://www.gitignore.io/api/images,git
|