Skip to content

Commit bdb12fc

Browse files
committed
chore: config
1 parent 732154d commit bdb12fc

File tree

4 files changed

+44
-44
lines changed

4 files changed

+44
-44
lines changed

.editorconfig

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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

.gitattributes

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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

.gitignore

Lines changed: 9 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,9 @@
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

phpunit.xml.dist

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)