Skip to content

Commit 631870f

Browse files
line endings
1 parent eaf2f32 commit 631870f

File tree

539 files changed

+96747
-96747
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

539 files changed

+96747
-96747
lines changed

.gitignore

Lines changed: 154 additions & 154 deletions
Original file line numberDiff line numberDiff line change
@@ -1,154 +1,154 @@
1-
# Generated SDK
2-
sdk/replacement_log.txt
3-
4-
# Logs
5-
logs
6-
*.log
7-
npm-debug.log*
8-
yarn-debug.log*
9-
yarn-error.log*
10-
lerna-debug.log*
11-
.pnpm-debug.log*
12-
13-
# Diagnostic reports (https://nodejs.org/api/report.html)
14-
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
15-
16-
# Runtime data
17-
pids
18-
*.pid
19-
*.seed
20-
*.pid.lock
21-
22-
# Directory for instrumented libs generated by jscoverage/JSCover
23-
lib-cov
24-
25-
# Coverage directory used by tools like istanbul
26-
coverage
27-
*.lcov
28-
29-
# nyc test coverage
30-
.nyc_output
31-
32-
# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
33-
.grunt
34-
35-
# Bower dependency directory (https://bower.io/)
36-
bower_components
37-
38-
# node-waf configuration
39-
.lock-wscript
40-
41-
# Compiled binary addons (https://nodejs.org/api/addons.html)
42-
build/Release
43-
44-
# Dependency directories
45-
node_modules/
46-
jspm_packages/
47-
48-
# Snowpack dependency directory (https://snowpack.dev/)
49-
web_modules/
50-
51-
# TypeScript cache
52-
*.tsbuildinfo
53-
54-
# Optional npm cache directory
55-
.npm
56-
57-
# Optional stylelint cache
58-
.stylelintcache
59-
60-
# Microbundle cache
61-
.rpt2_cache/
62-
.rts2_cache_cjs/
63-
.rts2_cache_es/
64-
.rts2_cache_umd/
65-
66-
# Optional REPL history
67-
.node_repl_history
68-
69-
# Output of 'npm pack'
70-
*.tgz
71-
72-
# Yarn Integrity file
73-
.yarn-integrity
74-
75-
# dotenv environment variable files
76-
.env
77-
.env.benchmark
78-
.env.development.local
79-
.env.test.local
80-
.env.production.local
81-
.env.local
82-
83-
# parcel-bundler cache (https://parceljs.org/)
84-
.cache
85-
.parcel-cache
86-
87-
# Next.js build output
88-
.next
89-
out
90-
91-
# Nuxt.js build / generate output
92-
.nuxt
93-
dist
94-
95-
# Gatsby files
96-
.cache/
97-
# Comment in the public line if your project uses Gatsby and not Next.js
98-
# https://nextjs.org/blog/next-9-1#public-directory-support
99-
# public
100-
101-
# vuepress build output
102-
.vuepress/dist
103-
104-
# vuepress v2.x temp and cache directory
105-
.temp
106-
.cache
107-
108-
# Docusaurus cache and generated files
109-
.docusaurus
110-
111-
# Serverless directories
112-
.serverless/
113-
114-
# FuseBox cache
115-
.fusebox/
116-
117-
# DynamoDB Local files
118-
.dynamodb/
119-
120-
# TernJS port file
121-
.tern-port
122-
123-
# Stores VSCode versions used for testing VSCode extensions
124-
.vscode-test
125-
126-
# yarn v2
127-
yarn-error.log
128-
.yarn/cache
129-
.yarn/unplugged
130-
.yarn/build-state.yml
131-
.yarn/install-state.gz
132-
.pnp.*
133-
134-
# yalc cache
135-
.yalc
136-
yalc.lock
137-
138-
swagger.yml
139-
worker/distWorker/
140-
.DS_Store
141-
post_data.json
142-
benchmark.local.sh
143-
144-
credentials
145-
146-
# SSL Local Certs folder
147-
https
148-
149-
# Auto generated OpenAPI file
150-
openapi.json
151-
.aider*
152-
153-
# Jetbrains IDEs
154-
.idea
1+
# Generated SDK
2+
sdk/replacement_log.txt
3+
4+
# Logs
5+
logs
6+
*.log
7+
npm-debug.log*
8+
yarn-debug.log*
9+
yarn-error.log*
10+
lerna-debug.log*
11+
.pnpm-debug.log*
12+
13+
# Diagnostic reports (https://nodejs.org/api/report.html)
14+
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
15+
16+
# Runtime data
17+
pids
18+
*.pid
19+
*.seed
20+
*.pid.lock
21+
22+
# Directory for instrumented libs generated by jscoverage/JSCover
23+
lib-cov
24+
25+
# Coverage directory used by tools like istanbul
26+
coverage
27+
*.lcov
28+
29+
# nyc test coverage
30+
.nyc_output
31+
32+
# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
33+
.grunt
34+
35+
# Bower dependency directory (https://bower.io/)
36+
bower_components
37+
38+
# node-waf configuration
39+
.lock-wscript
40+
41+
# Compiled binary addons (https://nodejs.org/api/addons.html)
42+
build/Release
43+
44+
# Dependency directories
45+
node_modules/
46+
jspm_packages/
47+
48+
# Snowpack dependency directory (https://snowpack.dev/)
49+
web_modules/
50+
51+
# TypeScript cache
52+
*.tsbuildinfo
53+
54+
# Optional npm cache directory
55+
.npm
56+
57+
# Optional stylelint cache
58+
.stylelintcache
59+
60+
# Microbundle cache
61+
.rpt2_cache/
62+
.rts2_cache_cjs/
63+
.rts2_cache_es/
64+
.rts2_cache_umd/
65+
66+
# Optional REPL history
67+
.node_repl_history
68+
69+
# Output of 'npm pack'
70+
*.tgz
71+
72+
# Yarn Integrity file
73+
.yarn-integrity
74+
75+
# dotenv environment variable files
76+
.env
77+
.env.benchmark
78+
.env.development.local
79+
.env.test.local
80+
.env.production.local
81+
.env.local
82+
83+
# parcel-bundler cache (https://parceljs.org/)
84+
.cache
85+
.parcel-cache
86+
87+
# Next.js build output
88+
.next
89+
out
90+
91+
# Nuxt.js build / generate output
92+
.nuxt
93+
dist
94+
95+
# Gatsby files
96+
.cache/
97+
# Comment in the public line if your project uses Gatsby and not Next.js
98+
# https://nextjs.org/blog/next-9-1#public-directory-support
99+
# public
100+
101+
# vuepress build output
102+
.vuepress/dist
103+
104+
# vuepress v2.x temp and cache directory
105+
.temp
106+
.cache
107+
108+
# Docusaurus cache and generated files
109+
.docusaurus
110+
111+
# Serverless directories
112+
.serverless/
113+
114+
# FuseBox cache
115+
.fusebox/
116+
117+
# DynamoDB Local files
118+
.dynamodb/
119+
120+
# TernJS port file
121+
.tern-port
122+
123+
# Stores VSCode versions used for testing VSCode extensions
124+
.vscode-test
125+
126+
# yarn v2
127+
yarn-error.log
128+
.yarn/cache
129+
.yarn/unplugged
130+
.yarn/build-state.yml
131+
.yarn/install-state.gz
132+
.pnp.*
133+
134+
# yalc cache
135+
.yalc
136+
yalc.lock
137+
138+
swagger.yml
139+
worker/distWorker/
140+
.DS_Store
141+
post_data.json
142+
benchmark.local.sh
143+
144+
credentials
145+
146+
# SSL Local Certs folder
147+
https
148+
149+
# Auto generated OpenAPI file
150+
openapi.json
151+
.aider*
152+
153+
# Jetbrains IDEs
154+
.idea

.prettierrc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{
2-
"singleQuote": false,
3-
"trailingComma": "all"
4-
}
1+
{
2+
"singleQuote": false,
3+
"trailingComma": "all"
4+
}

0 commit comments

Comments
 (0)