-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.gitignore
More file actions
48 lines (41 loc) · 840 Bytes
/
Copy path.gitignore
File metadata and controls
48 lines (41 loc) · 840 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
# Dependencies (restored via composer install / npm install)
/vendor
/node_modules
# Compiled front-end assets (rebuilt via npm run build)
/public/build
/public/hot
/public/storage
# Environment & secrets
.env
.env.backup
.env.production
/auth.json
# Laravel runtime
/storage/*.key
/storage/pail
/storage/logs/*.log
/.phpunit.cache
/.phpunit.result.cache
.phpactor.json
/bootstrap/ssr
# Install state (per-environment; never committed or shipped)
/storage/installed
/storage/installed.testing
# Runtime uploads (keep the dir + its hardening .htaccess, ignore uploaded files)
/public/uploads/*
!/public/uploads/.htaccess
!/public/uploads/.gitkeep
# Tooling / editors / OS
/.fleet
/.idea
/.nova
/.vscode
/.zed
Homestead.json
Homestead.yaml
npm-debug.log
yarn-error.log
.DS_Store
Thumbs.db
# Local Claude Code / preview config
/.claude