-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
52 lines (45 loc) · 808 Bytes
/
.gitignore
File metadata and controls
52 lines (45 loc) · 808 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
49
50
51
52
# Laravel & Composer
/node_modules
/public/hot
/public/storage
/storage/*.key
/vendor
.env
.env.backup
.env.production
.phpunit.result.cache
Homestead.json
Homestead.yaml
auth.json
npm-debug.log
yarn-error.log
# IDEs
/.fleet
/.idea
/.vscode
*.swp
*.swo
*~
# SQLite database
/database/*.sqlite
/database/*.sqlite-journal
# Modules (keep structure, ignore generated files)
/modules/**/vendor
/modules/**/node_modules
# Build artifacts
# Note: /public/build, /public/css, and /public/js ARE committed to git (Vite compiled assets)
# Uncomment below if you want to ignore them:
# /public/css
# /public/js
# OS files
.DS_Store
Thumbs.db
# Telescope data
/storage/telescope
# Logs
*.log
/storage/logs/*.log
.github/copilot-instructions.md
/package-files
/storage/framework/sessions
/storage/framework/views