mirror of
https://github.com/github/gitignore.git
synced 2026-08-30 11:47:22 +02:00
Compare commits
4 Commits
ad4e100819
...
a20aed3f63
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a20aed3f63 | ||
|
|
57286c3887 | ||
|
|
90db345f0d | ||
|
|
2c6e53ef53 |
@ -21,6 +21,7 @@ Homestead.yaml
|
|||||||
Homestead.json
|
Homestead.json
|
||||||
/.vagrant
|
/.vagrant
|
||||||
.phpunit.result.cache
|
.phpunit.result.cache
|
||||||
|
/.phpunit.cache
|
||||||
|
|
||||||
/public/build
|
/public/build
|
||||||
/storage/pail
|
/storage/pail
|
||||||
|
|||||||
@ -34,3 +34,9 @@ yarn-error.log*
|
|||||||
# typescript
|
# typescript
|
||||||
*.tsbuildinfo
|
*.tsbuildinfo
|
||||||
next-env.d.ts
|
next-env.d.ts
|
||||||
|
|
||||||
|
# cache
|
||||||
|
.cache
|
||||||
|
.eslintcache
|
||||||
|
.turbo
|
||||||
|
.swc
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user