-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.gitattributes
More file actions
38 lines (31 loc) · 652 Bytes
/
.gitattributes
File metadata and controls
38 lines (31 loc) · 652 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# IDE
.editorconfig export-ignore
# Git
.gitattributes export-ignore
.gitignore export-ignore
.github export-ignore
# Quality tools
.changeset export-ignore
.husky export-ignore
commitlint.config.js export-ignore
lint-staged.config.js export-ignore
# Tests
phpunit.xml.dist export-ignore
e2e export-ignore
tests export-ignore
# Coding standards
ecs.php export-ignore
composer-dependency-analyser.php export-ignore
phpstan.neon.dist export-ignore
phpstan-baseline.neon export-ignore
rector.php export-ignore
# Build
build export-ignore
patches export-ignore
# Documentation
CHANGELOG.md
CONTRIBUTING.md
# Extra
package.json
.nvmrc
src/Playground