-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
198 lines (157 loc) · 2.46 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
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
# compiled output
/out-tsc
dist
tmp
# dependencies
.pnp.js
/.pnp
jspm_packages/
node_modules
# Visual Studio Code
!.vscode/extensions.json
!.vscode/launch.json
!.vscode/settings.json
!.vscode/tasks.json
.vscode-test
.vscode/*
/.vscode
# IDEs and editors
*.launch
*.sublime-workspace
.c9/
.classpath
.project
.settings/
/.idea
service-account.json
# ORM Config
ormconfig.*.*
ormconfig.*.js
ormconfig.js
ormconfig.json
# misc
.DS_Store
.pem
/.sass-cache
/connect.lock
/coverage
/typings
typings/
Thumbs.db
# Next.js
.next
/.next/
/out/
# Env files
!.env.example
!.env.masterpiece-studio-8ac80
!.env.masterpiece-studio-production
!.env.project
.env
.env*
.env*.local
.env.*
.env.development.local
.env.local
.env.production.local
.env.test.Local
.staging_db_url
!.env.vault
# Builds
builds/
build/
# vercel
.vercel
# typescript
*.tsbuildinfo
tsconfig.tsbuildinfo
# ES Lint
.eslintcache
# Service workers
*.js.map
sw.js
sw.js.map
workbox-*.js
worker-*.js
# deploy
.deploy/aws-kp.pem
.deploy/settings-staging.json
.deploy/settings.json
# Sentry Config File
.sentryclirc
# Flask
.flaskenv*
# Cypress
cypress/screenshots
cypress/videos
worker-@cypress/
# Logs
*.log
.pnpm-debug.log*
/libpeerconnection.log
lerna-debug.log*
logs
npm-debug.log
npm-debug.log*
testem.log
yarn-debug.log*
yarn-error.log
yarn-error.log*
# Diagnostic reports (https://nodejs.org/api/report.html)
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
# nyc test coverage
.nyc_output
# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
.grunt
# Bower dependency directory (https://bower.io/)
bower_components
# node-waf configuration
.lock-wscript
# Snowpack dependency directory (https://snowpack.dev/)
web_modules/
# npm cache directory
.npm
# stylelint cache
.stylelintcache
# Microbundle cache
.rpt2_cache/
.rts2_cache_cjs/
.rts2_cache_es/
.rts2_cache_umd/
# REPL history
.node_repl_history
# Output of 'npm pack'
*.tgz
# Yarn Integrity file
.yarn-integrity
# parcel-bundler cache (https://parceljs.org/)
.cache
.parcel-cache
# Nuxt.js build / generate output
.nuxt
dist
dist/**/*.js
dist/**/*.js.map
# vuepress build output
.vuepress/dist
# vuepress v2.x temp and cache directory
.temp
# Docusaurus cache and generated files
.docusaurus
# Serverless directories
.serverless/
# FuseBox cache
.fusebox/
# DynamoDB Local files
.dynamodb/
# TernJS port file
.tern-port
# yarn
.yarn/cache
.yarn/unplugged
.yarn/build-state.yml
.yarn/install-state.gz
# Firebase
.firebase/
# nx cache
.nx/cache