bytecodealliance / wasi-nn

High-level bindings for wasi-nn system calls
Apache License 2.0
41 stars 33 forks source link

Ignore files in their correct directory #78

Closed abrown closed 1 year ago

abrown commented 1 year ago

Previously, a top-level .gitignore meant that ignored files in the language sub-directories (assemblyscript and rust) were still included in the packaged files. This drastically increased the size of the packages. By moving the ignored files down a level and adding an .npmignore for the AssemblyScript library, the packages can remain small.