-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitattributes
45 lines (39 loc) · 1.13 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
text eol=lf
# Plugin ignore stuff
#####################
.gitattributes export-ignore
.gitignore export-ignore
apple-touch-icon.png export-ignore
/*.json export-ignore
/*.md export-ignore
/sass export-ignore
/scripts export-ignore
/sources export-ignore
/lang/*.pot export-ignore
zukit.sh
.markdownlint.json export-ignore
eslint.config.js export-ignore
prettier.config.cjs export-ignore
wp-dev.config.cjs export-ignore
wp-scripts.config.cjs export-ignore
zu-plus.code-workspace export-ignore
# GitHub ignore stuff
#####################
/.wordpress-org export-ignore
/.github export-ignore
# Zukit ignore stuff
#####################
zukit/src export-ignore
zukit/package.json export-ignore
zukit/package-lock.json export-ignore
zukit/*.md export-ignore
zukit/*.sh export-ignore
zukit/*.pot export-ignore
zukit/.* export-ignore
zukit/translate-2-json.mjs export-ignore
zukit/.markdownlint.json export-ignore
zukit/eslint.config.js export-ignore
zukit/prettier.config.cjs export-ignore
zukit/wp-dev.config.cjs export-ignore
zukit/wp-scripts.config.cjs export-ignore
zukit/zukit.code-workspace export-ignore