Skip to content

Commit 503e8ca

Browse files
committed
chore: update dotfiles
Signed-off-by: Fery Wardiyanto <ferywardiyanto@gmail.com>
1 parent cd3ec4e commit 503e8ca

File tree

3 files changed

+27
-15
lines changed

3 files changed

+27
-15
lines changed

.gitattributes

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,23 @@
33

44
# Exclude unused files
55
# see: https://redd.it/2jzp6k
6-
# .codeclimate.yml export-ignore
7-
# .editorconfig export-ignore
8-
# .gitattributes export-ignore
9-
# .gitignore export-ignore
10-
# .github export-ignore
11-
CHANGELOG.md export-ignore
12-
# README.md export-ignore
13-
composer.lock export-ignore
14-
# package.json export-ignore
15-
# tests export-ignore
6+
# .codeclimate.yml export-ignore
7+
# .coveralls.yml export-ignore
8+
# .editorconfig export-ignore
9+
# .gitattributes export-ignore
10+
# .gitignore export-ignore
11+
# .github export-ignore
12+
.github/README.md export-ignore
13+
# .vscode export-ignore
14+
CHANGELOG.md export-ignore
15+
composer.lock export-ignore
16+
# phpunit.* export-ignore
17+
# docs export-ignore
18+
# jsconfig.json export-ignore
19+
# package.json export-ignore
20+
# tailwind.config.* export-ignore
21+
# tests export-ignore
22+
# tsconfig.json export-ignore
23+
# vite.config.* export-ignore
24+
# webpack.mix.* export-ignore
25+
# windi.config.* export-ignore

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ updates:
33
- package-ecosystem: composer
44
directory: "/"
55
schedule:
6-
interval: daily
6+
interval: weekly
77
time: "22:00"
88
open-pull-requests-limit: 10

.gitignore

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ Thumbs.db
44
Desktop.ini
55
.directory
66
.DS_Store
7-
._
7+
._*
88
*.cache
9+
*.crt
910
*.log
1011
*.old
12+
*.key
1113
*.pem
1214
*.tmp
1315
*.zip
@@ -21,17 +23,17 @@ Desktop.ini
2123
coveralls-upload.json
2224
dist
2325
node_modules
24-
storage/*.key
25-
tests/clover.xml
2626
vendor
2727

2828
# Node.js lock files
29+
.pnpm-store
2930
package-lock.json
30-
yarn.lock
3131
pnpm-lock.yaml
32+
yarn.lock
3233

3334
# But Keep these
3435
# --------------------------
3536
!.env.example
37+
!.env.*.example
3638
!.htaccess
3739
!.gitkeep

0 commit comments

Comments
 (0)