Compare commits

...

6 Commits

Author SHA1 Message Date
Yasin
efa9298ba8
Merge cda33e400b into 57286c3887 2026-07-24 01:20:11 -04:00
Devin Dooley
57286c3887
Merge pull request #4873 from lissy93-forks/updates-laravel-phpcache-dir
Updates missing .phpunit.cache dir for newer laravel
2026-07-23 09:06:44 -07:00
Alicia Sykes
90db345f0d Updates missing .phpunit.cache dir for newer laravel 2026-06-07 21:00:00 +01:00
Yasin
cda33e400b
fix(.gitignore): fixed GitHub copilot review changes 2025-09-30 18:33:42 +03:30
Yasin
0fc6f886bc
chore(VueJs): added VueJs.gitignore file specific for Vue.js 2025-09-30 18:28:36 +03:30
Yasin
dc80d08c3f
chore(ReactJs): added ReactJs.gitignore file specific for ReactJs 2025-09-30 18:28:11 +03:30
3 changed files with 104 additions and 0 deletions

View File

@ -21,6 +21,7 @@ Homestead.yaml
Homestead.json
/.vagrant
.phpunit.result.cache
/.phpunit.cache
/public/build
/storage/pail

51
ReactJs.gitignore Normal file
View File

@ -0,0 +1,51 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Dependency directories
node_modules/
jspm_packages/
# Production build output (CRA / Vite / Next.js)
build/
dist/
.next/
out/
# Local environment files
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# Editor directories and files
.vscode/
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
# TypeScript
*.tsbuildinfo
tsconfig.tsbuildinfo
# Caches
.cache/
.temp/
*.tmp
*.temp
# Optional: lock files (if you prefer not to commit them)
# package-lock.json
# yarn.lock
# pnpm-lock.yaml
# System files
.DS_Store
Thumbs.db

52
VueJs.gitignore Normal file
View File

@ -0,0 +1,52 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Dependency directories
node_modules/
jspm_packages/
# Production build output (Vue CLI / Vite)
dist/
build/
www/
*.local
# Local environment files
.env
.env.local
.env.*.local
# Vue CLI UI config
.vue-cli-ui.json
# Editor directories and files
.vscode/
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
# TypeScript
*.tsbuildinfo
tsconfig.tsbuildinfo
# Caches
.cache/
.temp/
*.tmp
*.temp
# Optional: lock files (if you prefer not to commit them)
# package-lock.json
# yarn.lock
# pnpm-lock.yaml
# System files
.DS_Store
Thumbs.db