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.
1 parent 5adecd1 commit 4e58f8dCopy full SHA for 4e58f8d
packages/google-cloud-memcache/.eslintignore
@@ -1,5 +1,6 @@
1
**/node_modules
2
-src/**/doc/*
+**/coverage
3
+test/fixtures
4
build/
5
docs/
6
protos/
packages/google-cloud-memcache/.prettierignore
@@ -1,3 +1,6 @@
-node_modules/*
-samples/node_modules/*
+**/node_modules
+build/
+docs/
+protos/
0 commit comments