-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitattributes
More file actions
48 lines (38 loc) · 1.28 KB
/
.gitattributes
File metadata and controls
48 lines (38 loc) · 1.28 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
* text=auto eol=lf
*.blade.php diff=html
*.css diff=css
*.html diff=html
*.md diff=markdown
*.php diff=php
# CI / automation
/.github export-ignore
# AI assistants
/.claude export-ignore
/CLAUDE.md export-ignore
/.cursor export-ignore
/.cursorrules export-ignore
/.copilot export-ignore
/AGENTS.md export-ignore
# Tests
/tests export-ignore
/phpunit.xml export-ignore
# Static analysis
/phpstan-ci.neon export-ignore
/phpstan.neon.dist export-ignore
# Code style
/php-cs-fixer* export-ignore
# Editor / repo metadata
/.editorconfig export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
# Build / dev environment
/bin export-ignore
/workbench export-ignore
/package.json export-ignore
/copyright.rb export-ignore
/.ruby-version export-ignore
/.prettier* export-ignore
# pls CLI tool NOT include in composer package, installed globally via the command to do so
/pls export-ignore
# Lock file
/composer.lock export-ignore