-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
24 lines (23 loc) · 896 Bytes
/
.gitattributes
File metadata and controls
24 lines (23 loc) · 896 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Export ignore patterns
/.gitattributes export-ignore
/.gitignore export-ignore
/.github/ export-ignore
/scripts export-ignore
/.editorconfig export-ignore
/package.json export-ignore
/package-lock.json export-ignore
/.commitlintrc.json export-ignore
/.release-please-manifest.json export-ignore
/release-please-config.json export-ignore
/.husky/ export-ignore
/CHANGELOG.md export-ignore
/CODE_OF_CONDUCT.md export-ignore
/CONTRIBUTING.md export-ignore
/README.md export-ignore
/SECURITY.md export-ignore
# Language detection - mark as PHP project
*.json linguist-vendored
*.md linguist-documentation
package.json linguist-vendored
package-lock.json linguist-vendored
node_modules/* linguist-vendored