Skip to content

Commit b9e23db

Browse files
committed
chore(dev): make use of asdf-vm for local development environment
Signed-off-by: Fery Wardiyanto <[email protected]>
1 parent 3ae4ebc commit b9e23db

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.gitattributes

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,25 @@
66
# .codeclimate.yml export-ignore
77
# .coveralls.yml export-ignore
88
# .editorconfig export-ignore
9+
# .env.example export-ignore
910
# .gitattributes export-ignore
1011
# .gitignore export-ignore
12+
# .gitkeep export-ignore
1113
# .github export-ignore
1214
.github/README.md export-ignore
15+
# .tool-versions export-ignore
1316
# .vscode export-ignore
1417
CHANGELOG.md export-ignore
1518
composer.lock export-ignore
1619
# phpunit.* export-ignore
1720
# docs export-ignore
1821
# jsconfig.json export-ignore
1922
# package.json export-ignore
23+
# package-lock.json export-ignore
24+
# pnpm-lock.yaml export-ignore
2025
# tailwind.config.* export-ignore
2126
# tests export-ignore
2227
# tsconfig.json export-ignore
2328
# vite.config.* export-ignore
24-
# webpack.mix.* export-ignore
29+
# yarm.lock export-ignore
2530
# windi.config.* export-ignore

.tool-versions

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
php 8.1.25

0 commit comments

Comments
 (0)