-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
56 lines (50 loc) · 1.01 KB
/
.gitattributes
File metadata and controls
56 lines (50 loc) · 1.01 KB
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
# ThemePlus .gitattributes
* text=auto
# PHP
*.php text eol=lf
# Web files
*.js text eol=lf
*.css text eol=lf
*.scss text eol=lf
*.html text eol=lf
*.json text eol=lf
*.svg text eol=lf
*.md text eol=lf
*.txt text eol=lf
*.pot text eol=lf
*.po text eol=lf
*.mo binary
# Config
.gitignore text eol=lf
.gitattributes text eol=lf
.distignore text eol=lf
# Binaries
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.webp binary
*.ico binary
*.woff binary
*.woff2 binary
*.ttf binary
*.zip binary
*.gz binary
# Export-ignore (cleans up GitHub's auto-generated source ZIPs)
.gitignore export-ignore
.gitattributes export-ignore
.distignore export-ignore
.github/ export-ignore
src/ export-ignore
node_modules/ export-ignore
package.json export-ignore
package-lock.json export-ignore
vite.config.js export-ignore
webpack.config.js export-ignore
README.md export-ignore
CHANGELOG.md export-ignore
CONTRIBUTING.md export-ignore
SECURITY.md export-ignore
screenshots/ export-ignore
themeplus-svn/ export-ignore
README/ export-ignore