We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f1e6f0d + 430b19e commit 68e04fdCopy full SHA for 68e04fd
Global/Images.gitignore
@@ -0,0 +1,63 @@
1
+# JPEG
2
+*.jpg
3
+*.jpeg
4
+*.jpe
5
+*.jif
6
+*.jfif
7
+*.jfi
8
+
9
+# JPEG 2000
10
+*.jp2
11
+*.j2k
12
+*.jpf
13
+*.jpx
14
+*.jpm
15
+*.mj2
16
17
+# JPEG XR
18
+*.jxr
19
+*.hdp
20
+*.wdp
21
22
+# Graphics Interchange Format
23
+*.gif
24
25
+# RAW
26
+*.raw
27
28
+# Web P
29
+*.webp
30
31
+# Portable Network Graphics
32
+*.png
33
34
+# Animated Portable Network Graphics
35
+*.apng
36
37
+# Multiple-image Network Graphics
38
+*.mng
39
40
+# Tagged Image File Format
41
+*.tiff
42
+*.tif
43
44
+# Scalable Vector Graphics
45
+*.svg
46
+*.svgz
47
48
+# Portable Document Format
49
+*.pdf
50
51
+# X BitMap
52
+*.xbm
53
54
+# BMP
55
+*.bmp
56
+*.dib
57
58
+# ICO
59
+*.ico
60
61
+# 3D Images
62
+*.3dm
63
+*.max
0 commit comments