Update .gitignore (#17057)
This commit is contained in:
parent
7c3fe43d23
commit
463af8fd27
1 changed files with 3 additions and 1 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -41,6 +41,8 @@ latest.dump
|
|||
/node_modules
|
||||
yarn-debug.log*
|
||||
.yarn-integrity
|
||||
.env.test.local
|
||||
.env.development*
|
||||
.env
|
||||
|
||||
# Ignore storybook static site generation
|
||||
|
|
@ -105,4 +107,4 @@ dump.rdb
|
|||
.pryrc
|
||||
|
||||
# generated yarddoc
|
||||
doc/
|
||||
doc/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue