diff options
author | Justin Hartman <justin@hartman.me> | 2018-01-04 04:57:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-04 04:57:41 +0200 |
commit | 430b19e374f2cc292b962dcc63774c8ae2413bf4 (patch) | |
tree | 81223fc8343376089595db8ace8d769a81aa2689 /Global | |
parent | 1301de5e5e3c23815f5b8c3891825a8e2421f2c9 (diff) | |
download | gitignore-430b19e374f2cc292b962dcc63774c8ae2413bf4.tar.gz gitignore-430b19e374f2cc292b962dcc63774c8ae2413bf4.zip |
New template file for Images
Diffstat (limited to 'Global')
-rw-r--r-- | Global/Images.gitignore | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/Global/Images.gitignore b/Global/Images.gitignore new file mode 100644 index 00000000..97dcdbe6 --- /dev/null +++ b/Global/Images.gitignore @@ -0,0 +1,63 @@ +# 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 |