Skip to content

Commit 3a5ebc4

Browse files
committed
add docusaurus to gitignore
1 parent 2a30577 commit 3a5ebc4

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.gitignore

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
1+
### macOS ###
2+
# General
13
.DS_Store
4+
.AppleDouble
5+
.LSOverride
6+
7+
# cypress
28
cypress/fixtures
39
cypress/plugins
410
cypress/support
511
cypress/videos
12+
13+
# node
614
dist
715
dist-blog
816
node_modules
@@ -11,3 +19,9 @@ npm-debug.log
1119
# See https://github.com/marketplace/actions/cypress-io#installation for more information.
1220
# package-lock.json
1321
yarn-error.log
22+
23+
# Docusaurus cache and generated files
24+
.docusaurus
25+
26+
### VisualStudioCode ###
27+
.vscode/*

0 commit comments

Comments
 (0)