Skip to content

Commit a8fa3de

Browse files
committed
feat: update articles
1 parent d919fab commit a8fa3de

File tree

2 files changed

+13
-45
lines changed

2 files changed

+13
-45
lines changed

.DS_Store

-4 KB
Binary file not shown.

.gitignore

Lines changed: 13 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,20 @@
1+
# Ignore all
2+
*
3+
4+
# Unignore all with extensions
5+
!*.*
6+
7+
# Unignore all dirs
8+
!*/
9+
10+
.DS_Store
11+
112
# Logs
213
logs
314
*.log
415
npm-debug.log*
516
yarn-debug.log*
617
yarn-error.log*
7-
lerna-debug.log*
8-
9-
# Diagnostic reports (https://nodejs.org/api/report.html)
10-
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
1118

1219
# Runtime data
1320
pids
@@ -20,12 +27,11 @@ lib-cov
2027

2128
# Coverage directory used by tools like istanbul
2229
coverage
23-
*.lcov
2430

2531
# nyc test coverage
2632
.nyc_output
2733

28-
# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
34+
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
2935
.grunt
3036

3137
# Bower dependency directory (https://bower.io/)
@@ -44,21 +50,12 @@ jspm_packages/
4450
# TypeScript v1 declaration files
4551
typings/
4652

47-
# TypeScript cache
48-
*.tsbuildinfo
49-
5053
# Optional npm cache directory
5154
.npm
5255

5356
# Optional eslint cache
5457
.eslintcache
5558

56-
# Microbundle cache
57-
.rpt2_cache/
58-
.rts2_cache_cjs/
59-
.rts2_cache_es/
60-
.rts2_cache_umd/
61-
6259
# Optional REPL history
6360
.node_repl_history
6461

@@ -70,35 +67,6 @@ typings/
7067

7168
# dotenv environment variables file
7269
.env
73-
.env.test
74-
75-
# parcel-bundler cache (https://parceljs.org/)
76-
.cache
7770

78-
# Next.js build output
71+
# next.js build output
7972
.next
80-
81-
# Nuxt.js build / generate output
82-
.nuxt
83-
dist
84-
85-
# Gatsby files
86-
.cache/
87-
# Comment in the public line in if your project uses Gatsby and *not* Next.js
88-
# https://nextjs.org/blog/next-9-1#public-directory-support
89-
# public
90-
91-
# vuepress build output
92-
.vuepress/dist
93-
94-
# Serverless directories
95-
.serverless/
96-
97-
# FuseBox cache
98-
.fusebox/
99-
100-
# DynamoDB Local files
101-
.dynamodb/
102-
103-
# TernJS port file
104-
.tern-port

0 commit comments

Comments
 (0)