mirror of
https://github.com/satwikkansal/wtfpython
synced 2025-07-04 20:38:06 +02:00
Ignore unnecessary stuff in npm package
This commit is contained in:
parent
2f383f8dc0
commit
44e885a09c
1 changed files with 8 additions and 0 deletions
8
.npmignore
vendored
8
.npmignore
vendored
|
@ -1 +1,9 @@
|
|||
irrelevant/
|
||||
wtfpython-pypi/build/
|
||||
wtfpython-pypi/dist/
|
||||
wtfpython-pypi/wtfpython.egg-info
|
||||
|
||||
# Python-specific byte-compiled files should be ignored
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue