-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
48 lines (43 loc) · 721 Bytes
/
.gitignore
File metadata and controls
48 lines (43 loc) · 721 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# --- Laravel ---
/vendor/
/.env
.env.*.php
Homestead.json
Homestead.yaml
phpunit.xml
/storage/*.key
/storage/*.log
/storage/framework/cache/*
/storage/framework/sessions/*
/storage/framework/views/*
/storage/logs/*
/bootstrap/cache/*
/node_modules/
# Laravel deployment / CI
/public/hot
/public/storage
/storage/app/public
/storage/oauth-private.key
/storage/oauth-public.key
# IDE / Editor
.idea/
.vscode/
*.sublime-project
*.sublime-workspace
# OS / System
.DS_Store
Thumbs.db
# --- Node.js / Vite ---
/node_modules/
/dist/
/public/build/
/public/mix-manifest.json
/public/js/
/public/css/
/public/assets/
/resources/js/**/*.js.map
# --- Log & Debug ---
npm-debug.log*
yarn-debug.log*
yarn-error.log*
laravel.log