Skip to content

Commit 342e18d

Browse files
committed
add .gitignore
1 parent 35555a0 commit 342e18d

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

.gitignore

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Dependencies
2+
/node_modules
3+
4+
# Production
5+
/build
6+
7+
# Generated files
8+
.docusaurus
9+
.cache-loader
10+
11+
# Misc
12+
.DS_Store
13+
.env.local
14+
.env.development.local
15+
.env.test.local
16+
.env.production.local
17+
18+
npm-debug.log*
19+
yarn-debug.log*
20+
yarn-error.log*
21+
package-lock.json
22+
yarn.lock
23+
package-lock.json
24+
package-lock.json

0 commit comments

Comments
 (0)