-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy path.gitattributes
More file actions
49 lines (44 loc) · 1.57 KB
/
Copy path.gitattributes
File metadata and controls
49 lines (44 loc) · 1.57 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
# Exclude dev-only files from Git archives (git archive / GitHub source
# downloads). export-ignore has no effect on npm pack/publish - that's
# controlled per-package by "files" in package.json (see each package's
# package.json for its own allowlist).
# Agent integration
AGENTS.md export-ignore
CLAUDE.md export-ignore
# Lint / format / spell config
.cspell.json export-ignore
.cspell-project-words.txt export-ignore
.editorconfig export-ignore
.eslintrc.js export-ignore
.eslintignore export-ignore
.prettierrc.json export-ignore
.prettierignore export-ignore
.markdownlint-cli2.jsonc export-ignore
.markdownlintignore export-ignore
.yamllint export-ignore
# Repo / CI metadata
.gitattributes export-ignore
.gitignore export-ignore
.gitlab-ci.yml export-ignore
.github export-ignore
.circleci export-ignore
.changeset export-ignore
.husky export-ignore
.yarn/releases export-ignore
renovate.json export-ignore
bundlewatch.config.js export-ignore
commitlint.config.js export-ignore
# Build / test config (dev-only; not needed at runtime by consumers)
jest.config.js export-ignore
siroc.config.js export-ignore
.babelrc export-ignore
babel.config.js export-ignore
jsconfig.json export-ignore
# Docs / examples / dev scaffolding
CONTRIBUTING.md export-ignore
CODE_OF_CONDUCT.md export-ignore
SECURITY.md export-ignore
docker-compose.yml export-ignore
docs export-ignore
examples export-ignore
test export-ignore