Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 04f6cb1

Browse files
committed
docs: bug example
1 parent 18622c7 commit 04f6cb1

Some content is hidden

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

42 files changed

+3315
-15095
lines changed
File renamed without changes.

‎.editorconfig

Lines changed: 0 additions & 10 deletions
This file was deleted.

‎.eslintignore

Lines changed: 0 additions & 3 deletions
This file was deleted.

‎.eslintrc.js

Lines changed: 0 additions & 38 deletions
This file was deleted.

‎.gitignore

Lines changed: 33 additions & 99 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
1-
# Logs
2-
logs
3-
*.log
4-
npm-debug.log*
5-
yarn-debug.log*
6-
yarn-error.log*
7-
lerna-debug.log*
8-
1+
.DS_Store
2+
node_modules
3+
/dist
94
# Yarn
105
.yarn/*
116
*/.yarn
@@ -16,99 +11,38 @@ lerna-debug.log*
1611
!.yarn/versions
1712
.pnp.*
1813

19-
# Diagnostic reports (https://nodejs.org/api/report.html)
20-
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
21-
22-
# Runtime data
23-
pids
24-
*.pid
25-
*.seed
26-
*.pid.lock
27-
28-
# Directory for instrumented libs generated by jscoverage/JSCover
29-
lib-cov
30-
31-
# Coverage directory used by tools like istanbul
32-
coverage
33-
*.lcov
34-
35-
# nyc test coverage
36-
.nyc_output
37-
38-
# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
39-
.grunt
40-
41-
# Bower dependency directory (https://bower.io/)
42-
bower_components
43-
44-
# node-waf configuration
45-
.lock-wscript
46-
47-
# Compiled binary addons (https://nodejs.org/api/addons.html)
48-
build/Release
49-
50-
# Dependency directories
51-
node_modules/
52-
jspm_packages/
53-
54-
# TypeScript v1 declaration files
55-
typings/
56-
57-
# TypeScript cache
58-
*.tsbuildinfo
59-
60-
# Optional npm cache directory
61-
.npm
62-
63-
# Optional eslint cache
64-
.eslintcache
65-
66-
# Microbundle cache
67-
.rpt2_cache/
68-
.rts2_cache_cjs/
69-
.rts2_cache_es/
70-
.rts2_cache_umd/
71-
72-
# Optional REPL history
73-
.node_repl_history
74-
75-
# Output of 'npm pack'
76-
*.tgz
77-
78-
# Yarn Integrity file
79-
.yarn-integrity
80-
81-
# dotenv environment variables file
82-
.env
83-
.env.test
84-
85-
# parcel-bundler cache (https://parceljs.org/)
86-
.cache
87-
88-
# Next.js build output
89-
.next
90-
91-
# Nuxt.js build / generate output
92-
.nuxt
93-
dist
94-
95-
# Gatsby files
96-
.cache/
97-
# Comment in the public line in if your project uses Gatsby and *not* Next.js
98-
# https://nextjs.org/blog/next-9-1#public-directory-support
99-
# public
14+
# Logs
15+
logs
16+
*.log
17+
npm-debug.log*
18+
yarn-debug.log*
19+
yarn-error.log*
20+
lerna-debug.log*
10021

101-
# vuepress build output
102-
.vuepress/dist
22+
/tests/e2e/videos/
23+
/tests/e2e/screenshots/
24+
/cypress/reports
10325

104-
# Serverless directories
105-
.serverless/
26+
# we do not want to commit local screenshot files
27+
# as they might be different on different OSes
28+
**/__image_snapshots_local__
10629

107-
# FuseBox cache
108-
.fusebox/
10930

110-
# DynamoDB Local files
111-
.dynamodb/
31+
# local env files
32+
.env.local
33+
.env.*.local
11234

113-
# TernJS port file
114-
.tern-port
35+
# Log files
36+
npm-debug.log*
37+
yarn-debug.log*
38+
yarn-error.log*
39+
pnpm-debug.log*
40+
41+
# Editor directories and files
42+
.idea
43+
.vscode
44+
*.suo
45+
*.ntvs*
46+
*.njsproj
47+
*.sln
48+
*.sw?

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /