forked from nordtheme/nord
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitattributes
56 lines (48 loc) · 1.11 KB
/
.gitattributes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# Copyright (C) 2016-present Arctic Ice Studio <[email protected]>
# Copyright (C) 2016-present Sven Greb <[email protected]>
#
# Project: Nord
# Repository: https://github.com/arcticicestudio/nord
# License: MIT
# References:
# https://git-scm.com/docs/gitattributes
# https://git-scm.com/book/en/v2/Customizing-Git-Git-Attributes#Keyword-Expansion
# Automatically perform line feed (LF) normalization for files detected as text and leave all files detected as binary
# untouched.
* text=auto
# +----------------------+
# + Adobe Creative Suite +
# +----------------------+
# Color Swatch Exchange
*.ase binary
# +-------------------+
# + Adobe Illustrator +
# +-------------------+
# Project Map
*.ai binary
# +-----------------+
# + Adobe Photoshop +
# +-----------------+
# Color Palette
*.aco binary
# +--------+
# + Assets +
# +--------+
*.png binary
# +---------------+
# + GIMP/Inkscape +
# +---------------+
# Color Palette
*.gpl text eol=lf
# Project Map
*.xcf binary
# +-------+
# + Gpick +
# +-------+
# Color Palette
*.gpa binary
# +-----+
# + OSX +
# +-----+
# Color Palette
*.clr binary