File tree Expand file tree Collapse file tree 4 files changed +44
-44
lines changed
Expand file tree Collapse file tree 4 files changed +44
-44
lines changed Original file line number Diff line number Diff line change 1+ root = true
2+
3+ [* ]
4+ charset = utf-8
5+ end_of_line = lf
6+ indent_size = 4
7+ indent_style = space
8+ insert_final_newline = true
9+ trim_trailing_whitespace = true
10+
11+ [* .md ]
12+ trim_trailing_whitespace = false
13+
14+ [* .{yml,yaml} ]
15+ indent_size = 2
16+
17+ [docker-compose.yml ]
18+ indent_size = 4
Original file line number Diff line number Diff line change 1+ * text =auto eol =lf
2+
3+ * .blade.php diff =html
4+ * .css diff =css
5+ * .html diff =html
6+ * .md diff =markdown
7+ * .php diff =php
8+
9+ /.github export-ignore
10+ /tests export-ignore
11+ /docs export-ignore
12+ CHANGELOG.md export-ignore
13+ .editorconfig export-ignore
14+ .gitattributes export-ignore
15+ .gitignore export-ignore
16+ package.json export-ignore
17+ bun.lockb export-ignore
Original file line number Diff line number Diff line change 1- /vendor /
2- node_modules /
3- npm-debug.log
4- yarn-error.log
5-
6- # Laravel 4 specific
7- bootstrap /compiled.php
8- app /storage /
9-
10- # Laravel 5 & Lumen specific
11- public /storage
12- public /hot
13-
14- # Laravel 5 & Lumen specific with changed public path
15- public_html /storage
16- public_html /hot
17-
18- storage /* .key
19- .env
20- Homestead.yaml
21- Homestead.json
22- /.vagrant
23- .phpunit.result.cache
1+ node_modules
2+ cache
3+ dist
4+ .temp
5+ .cache
6+ .settings /
7+ .idea
8+ .vscode
9+ .DS_Store
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments