This repository has been archived by the owner on Sep 20, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 196
/
.gitignore
142 lines (123 loc) · 2.13 KB
/
.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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
# Common #
##########
.env
.idea
.sass-cache
build/
build_webpack/
coverage
coverage.json
npm-debug.log*
node_modules/
# IDEs and editors
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace
# IDE - VSCode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
# Deployment #
##############
secrets.yaml
secrets-dev.yaml
secrets-staging.yaml
secrets-prod.yaml
secrets-dshop.yaml
github.key
# Development #
###############
/devops/.ipfs
# origin-bridge #
#################
# docs #
###############
/docs/*.gem
/docs/*.rbc
/docs/.bundle
/docs/.config
/docs/InstalledFiles
/docs/lib/bundler/man
/docs/pkg
/docs/rdoc
/docs/spec/reports
/docs/test/tmp
/docs/test/version_tmp
/docs/tmp
/docs/.cache
/docs/.vagrant
/docs/.yardoc
/docs/_yardoc
/docs/doc/
# origin-js #
#############
/packages/origin-js/dist
/packages/origin-js/connect.lock
/packages/origin-js/libpeerconnection.log
/packages/origin-js/testem.log
/packages/origin-js/typings
# infra/linking #
#################
/infra/linking/*.rdb
/infra/linking/*.p8
/infra/linking/dist
# infra/notifications #
# #####################
/infra/notifications/firebase-service.json
# origin-dapp-creator-server #
##############################
/infra/dapp-creator-server/dist
# origin-mobile #
#################
/mobile/android/sentry.properties
/mobile/ios/sentry.properties
# Recommended rules per https://gist.github.com/octocat/9257657 #
# vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
# Packages #
############
# it's better to unpack these files and commit the raw source
# git has its own built in compression methods
*.7z
*.dmg
*.gz
*.iso
*.jar
!gradle-wrapper.jar
*.rar
*.tar
*.zip
# Logs and databases #
######################
*.log
*.sql
*.sqlite
*.sqlite3
# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
!packages/contracts/releases/**/*
# Redis #
*dump.rdb
# Secrets #
devops/github
devops/kubernetes/values/origin/secrets-*.enc.yaml
devops/kubernetes/values/origin-monitoring/secrets