-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
31 lines (27 loc) · 958 Bytes
/
.gitattributes
File metadata and controls
31 lines (27 loc) · 958 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
* text
.* export-ignore
composer.lock text -diff
# Dev tooling & config
phpstan.* export-ignore
phpunit.* export-ignore
phpcs*.xml export-ignore
codeception.*.yml export-ignore
composer.json export-ignore
composer.lock export-ignore
# JS build tooling
bun.lock export-ignore
package.json export-ignore
package-lock.json export-ignore
webpack.config.js export-ignore
tsconfig.json export-ignore
tailwind.config.js export-ignore
postcss.config.js export-ignore
components.json export-ignore
# Directories not needed at runtime
tests/ export-ignore
dev_scripts/ export-ignore
docs/ export-ignore
resources/js/ export-ignore
# AI & meta files
CLAUDE.md export-ignore
AGENTS.md export-ignore