-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
29 lines (28 loc) · 1.06 KB
/
.gitattributes
File metadata and controls
29 lines (28 loc) · 1.06 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
# Path-based git attributes
# https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html
/.github export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.idea export-ignore
/.package-lock.json export-ignore
/.prettierrc export-ignore
/.vscode export-ignore
/UPGRADING.md export-ignore
/art export-ignore
/docs export-ignore
/images export-ignore
/package.json export-ignore
/postcss.config.js export-ignore
/tailwind.config.js export-ignore
/tests export-ignore
/tests-output export-ignore
/.editorconfig export-ignore
/.eslintignore export-ignore
/.eslintrc.cjs export-ignore
/.git-blame-ignore-revs export-ignore
/.php-cs-fixer.dist.php export-ignore
/.prettier.cjs export-ignore
/CHANGELOG.md export-ignore
/package-lock.json export-ignore
/RELEASE.md export-ignore
/tsconfig.json export-ignore