Skip to content

Commit 372b16f

Browse files
authored
fixed .gitignore, added .npmignore
1 parent cdca311 commit 372b16f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.gitignore

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,12 @@ dist-ssr
2323
*.sln
2424
*.sw?
2525

26-
pods*
27-
2826
lintPush.sh
2927

30-
test/cypress/screenshots
31-
test/cypress/downloads
32-
test/serve-this
28+
/test/cypress/screenshots/
29+
/test/cypress/downloads/
30+
/test/pods/
31+
/test/serve-this/
3332

3433
# Next files and dirs are now a copy, see main/package.json scripts
3534
/main/src/config.json

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# empty: this file exist to make npm not look at file .gitignore

0 commit comments

Comments
 (0)