-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
66 lines (66 loc) · 871 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
/node_modules
/public/hot
/public/storage
/storage/*.key
/vendor
/.idea
.idea/
/.vscode
/nbproject
/.vagrant
**/node_modules
**/public/hot
**/public/storage
**/storage/*.key
**/vendor
**/.idea
**/.vscode
**/nbproject
**/.vagrant
node_modules
public/hot
public/storage
public/assets
public/assets/*
public/assets/**/*
public/files
public/files/*
public/files/**/*
storage/*.key
vendor
.idea
.vscode
nbproject
.vagrant
Homestead.json
Homestead.yaml
npm-debug.log
yarn-error.log
**/Homestead.json
**/Homestead.yaml
**/npm-debug.log
**/yarn-error.log
.env
._.env
**/.env
**/._.env
.phpunit.result.cache
._.phpunit.result.cache
**/.phpunit.result.cache
**/._.phpunit.result.cache
*.iml
**/*.iml
.DS_store
._.DS_Store
**/.DS_Store
**/._.DS_Store
webpack.mix.js
**/webpack.mix.js
composer.phar
**/composer.phar
**/log
log
githooks.php
**/githooks.php
git-pull.sh
**/git-pull.sh