-
Notifications
You must be signed in to change notification settings - Fork 906
Expand file tree
/
Copy path.gitignore
More file actions
46 lines (43 loc) · 797 Bytes
/
.gitignore
File metadata and controls
46 lines (43 loc) · 797 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
/node_modules
/public/hot
/public/storage
/storage/*.key
/storage/pail
/vendor
.env
.env.backup
.phpunit.result.cache
.phpunit.cache
Homestead.json
Homestead.yaml
npm-debug.log
yarn-error.log
/.idea
/.nova
/.vscode
# Wave ignores.
/public/.well-known
/public/demo
/.vagrant
/wave-pro
Homestead.json
Homestead.yaml
npm-debug.log
yarn-error.log
.DS_Store
/wave/vendor/
/public/wave/docs
/storage/app/analytics
/packages
storage/app/livewire-tmp
resources/themes/.gitignore
/resources/plugins/*
!/resources/plugins/installed.json
/storage/app/public/livewire-tmp
/storage/app/public/*
!/storage/app/public/demo
# Ignore everything inside the resources/plugins folder
resources/plugins/*
# But do not ignore the resources/plugins folder itself
!resources/plugins/
!resources/plugins/installed.json