-
Notifications
You must be signed in to change notification settings - Fork 4
/
.gitignore
86 lines (76 loc) · 1006 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
/backup/*.txt
#do not backup the data, just the schemas
#CareSet defaults
*.yaml
notgit/
#ignore log files
/log/*.txt
/log/*.log
#cruft blocks
.DS_Store
Thumbs.db
.cache
.project
.settings
.tmproj
*.esproj
nbproject
# Numerous always-ignore extensions
*.diff
*.err
*.orig
*.log
*.rej
*.swo
*.swp
*.vi
*.csv
*~
*.sass-cache
# Laravel 5.5 defaults
/bootstrap/cache
/node_modules
/public/hot
/public/vendor
/resources/views/vendor
/public/storage
/storage/*.key
/vendor
/.idea
/.vagrant
Homestead.json
Homestead.yaml
npm-debug.log
yarn-error.log
.env
composer.lock
#ignore vagrant
.vagrant/
#ignore local data files
*.data
data/*
public/imgdata/*
#json auth files like from google.
*.auth.json
# ignore compiled python files
*.pyc
#Laravel 10 .gitignore
/.phpunit.cache
/node_modules
/public/build
/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
/.fleet
/.idea
/.vscode