File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 6
6
# .codeclimate.yml export-ignore
7
7
# .coveralls.yml export-ignore
8
8
# .editorconfig export-ignore
9
+ # .env.example export-ignore
9
10
# .gitattributes export-ignore
10
11
# .gitignore export-ignore
12
+ # .gitkeep export-ignore
11
13
# .github export-ignore
12
14
.github /README.md export-ignore
15
+ # .tool-versions export-ignore
13
16
# .vscode export-ignore
14
17
CHANGELOG.md export-ignore
15
18
composer.lock export-ignore
16
19
# phpunit.* export-ignore
17
20
# docs export-ignore
18
21
# jsconfig.json export-ignore
19
22
# package.json export-ignore
23
+ # package-lock.json export-ignore
24
+ # pnpm-lock.yaml export-ignore
20
25
# tailwind.config.* export-ignore
21
26
# tests export-ignore
22
27
# tsconfig.json export-ignore
23
28
# vite.config.* export-ignore
24
- # webpack.mix.* export-ignore
29
+ # yarm.lock export-ignore
25
30
# windi.config.* export-ignore
Original file line number Diff line number Diff line change
1
+ php 8.1.25
You can’t perform that action at this time.
0 commit comments