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 cdca311 commit 372b16fCopy full SHA for 372b16f
.gitignore
@@ -23,13 +23,12 @@ dist-ssr
23
*.sln
24
*.sw?
25
26
-pods*
27
-
28
lintPush.sh
29
30
-test/cypress/screenshots
31
-test/cypress/downloads
32
-test/serve-this
+/test/cypress/screenshots/
+/test/cypress/downloads/
+/test/pods/
+/test/serve-this/
33
34
# Next files and dirs are now a copy, see main/package.json scripts
35
/main/src/config.json
.npmignore
@@ -0,0 +1 @@
1
+# empty: this file exist to make npm not look at file .gitignore
0 commit comments