Skip to content

Commit a594239

Browse files
committed
Copy .gitignore file from Reselect codemod
1 parent 21021c7 commit a594239

File tree

1 file changed

+31
-1
lines changed

1 file changed

+31
-1
lines changed

packages/rtk-codemods/.gitignore

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,32 @@
1+
# Dependencies
12
/node_modules
2-
/.eslintcache
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+
.cache
22+
.yarnrc
23+
.yarn/*
24+
!.yarn/patches
25+
!.yarn/releases
26+
!.yarn/plugins
27+
!.yarn/sdks
28+
!.yarn/versions
29+
.pnp.*
30+
*.tgz
31+
32+
/.eslintcache

0 commit comments

Comments
 (0)