-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
167 lines (131 loc) · 2.62 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
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
# See http://help.github.com/ignore-files/ for more about ignoring files.
.serverless
# Do not commit copied sls component config of root folder
/*serverless.yml
.webpack
.esbuild
# compiled output
**/dist
/tmp
/out-tsc
# dependencies
**/node_modules
# IDEs and editors
.idea/
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace
# IDE - VSCode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
# VSCode local history files
.history/
# test coverage
/coverage
.nyc_output
apps/seo-submodule/seo-payload-e2e/coverage
# misc
/.sass-cache
/connect.lock
/libpeerconnection.log
npm-debug.log
yarn-error.log
testem.log
/typings
contentful-export*.json
contentful-import*.json
errors-*.log
*.log
# System Files
.DS_Store
Thumbs.db
# Local dev
.env
.env.*.local
.env.local.*
.local.env*
*.local.js
# nrwl nx default override for .env
.local.env
# nextjs default override for .env
.env.local
# signup
apps/signup/proxy.conf.json
# Nextjs apps
.next/
# .env supposed to be commited to repo
!**/ui-content/.env
!**/ui-expert-qna/.env
!**/cms/.env
!**/los/.env
!**/webquotes/.env
!**/seo-payload/.env
# Cypress visual test diff
__diff_output__
# Pdf visual test diff
*.new.png
*.diff.png
# Chrome extension
apps/chrome-extension/build/*
# Quoting specific
apps/quoting/src/scripts/data.json
apps/quoting/src/scripts/switch-price.json
apps/quoting/src/scripts/branch-response.json
apps/quoting/src/scripts/carrier_license_appointment_list.csv
apps/quoting/src/scripts/carrier_license_appointment_list.json
# Headless specific
apps/headless/src/scripts/*.json
apps/headless-worker/src/scripts/*.json
!apps/headless/src/scripts/sample.json
!apps/headless-worker/src/scripts/sample.json
!apps/headless-worker/src/scripts/carrier_price_event_data_sample.json
# Post bind
apps/post-bind/src/scripts/*.json
!apps/post-bind/src/scripts/policy-status-sample.json
!apps/post-bind/src/scripts/retention-sample.json
!apps/post-bind/src/scripts/post-bind-sample.json
!apps/post-bind/src/scripts/process-adhoc-payment-sample.json
# Headless ML
__pycache__
.requirements.zip
venv/
# Exclude testing data
.data/dynamodb/*
!.data/dynamodb/.gitkeep
.data/s3/*
!.data/s3/.gitkeep
# Exclude generated graphql schemas
schema*.gql
graphql-schema.json
# CDK
cdk.context.json
# Eslogs
_es-logs/
# husky config
.huskyrc
#pdf-ocr
/apps/pdf-ocr/utils/
#telematics ref data
/apps/telematics/local_data/
# vercel
/.vercel
# compodoc
.doc
# cube store
/apps/content-analytics/.cubestore/
# asdf tool
.tool-versions
# swx cache
.swc/
# local bash files
*.local.sh
# backup files
seo-submodule-backup
# git patch files
*git-patch