We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 25f7025 + 25a5f23 commit 149816fCopy full SHA for 149816f
2 files changed
.npmignore
@@ -1,4 +1,8 @@
1
node_modules
2
src
3
formatter.kt
4
-php
+php
5
+python
6
+*.py
7
+*.php
8
+*.kt
package.json
@@ -27,7 +27,12 @@
27
},
28
"files": [
29
"*",
30
- "!php"
+ "!php",
31
+ "!python",
32
+ "!*.kt",
33
+ "!*.php",
34
+ "!*.py",
35
+ "!composer.json"
36
],
37
"packageManager": "yarn@1.22.19+sha512.ff4579ab459bb25aa7c0ff75b62acebe576f6084b36aa842971cf250a5d8c6cd3bc9420b22ce63c7f93a0857bc6ef29291db39c3e7a23aab5adfd5a4dd6c5d71"
38
}
0 commit comments