Skip to content

Commit ecea601

Browse files
committed
refactor: update ignore file
1 parent 85b4be7 commit ecea601

File tree

3 files changed

+21
-62
lines changed

3 files changed

+21
-62
lines changed

.gitignore

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,24 @@ logs
1919
test-results
2020
.pnpm-store
2121
tsconfig.tsbuildinfo
22-
.pnpm-store
22+
.pnpm-store
23+
24+
25+
26+
# Production
27+
/build
28+
29+
# Generated files
30+
.docusaurus
31+
.cache-loader
32+
33+
# Misc
34+
.DS_Store
35+
.env.local
36+
.env.development.local
37+
.env.test.local
38+
.env.production.local
39+
40+
npm-debug.log*
41+
yarn-debug.log*
42+
yarn-error.log*

docs/.gitignore

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

docs/README.md

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

0 commit comments

Comments
 (0)