We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.gitignore
1 parent 21021c7 commit a594239Copy full SHA for a594239
packages/rtk-codemods/.gitignore
@@ -1,2 +1,32 @@
1
+# Dependencies
2
/node_modules
-/.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