-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
48 lines (46 loc) · 916 Bytes
/
.gitignore
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
frontend/dist
frontend/.solid
frontend/.output
frontend/.vercel
frontend/.netlify
frontend/.vinxi
frontend/app.config.timestamp_*.js
frontend/ # Environment
frontend/.env
frontend/.env*.local
frontend/ # dependencies
frontend/node_modules
frontend/ # IDEs and editors
frontend/.idea
frontend/.project
frontend/.classpath
frontend/*.launch
frontend/.settings/
frontend/ # Temp
frontend/gitignore
frontend/ # System Files
frontend/.DS_Store
frontend/Thumbs.db
backend/.phpunit.cache
backend/node_modules
backend/public/build
backend/public/hot
backend/public/storage
backend/storage/*.key
backend/storage/pail
backend/vendor
backend/.env
backend/.env.backup
backend/.env.production
backend/.phpactor.json
backend/.phpunit.result.cache
backend/Homestead.json
backend/Homestead.yaml
backend/auth.json
backend/npm-debug.log
backend/yarn-error.log
backend/.fleet
backend/.idea
backend/.nova
backend/.vscode
backend/.zed