Skip to content

Commit 149816f

Browse files
authored
Merge pull request #24 from Vestaboard/feature/ignore-other-langs
ignore other langs in NPM
2 parents 25f7025 + 25a5f23 commit 149816f

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

.npmignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
node_modules
22
src
33
formatter.kt
4-
php
4+
php
5+
python
6+
*.py
7+
*.php
8+
*.kt

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,12 @@
2727
},
2828
"files": [
2929
"*",
30-
"!php"
30+
"!php",
31+
"!python",
32+
"!*.kt",
33+
"!*.php",
34+
"!*.py",
35+
"!composer.json"
3136
],
3237
"packageManager": "yarn@1.22.19+sha512.ff4579ab459bb25aa7c0ff75b62acebe576f6084b36aa842971cf250a5d8c6cd3bc9420b22ce63c7f93a0857bc6ef29291db39c3e7a23aab5adfd5a4dd6c5d71"
3338
}

0 commit comments

Comments
 (0)