diff options
Diffstat (limited to '')
-rw-r--r-- | llhttp/.gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/llhttp/.gitignore b/llhttp/.gitignore new file mode 100644 index 0000000..c2e9902 --- /dev/null +++ b/llhttp/.gitignore @@ -0,0 +1,6 @@ +node_modules/ +npm-debug.log +test/tmp/ +lib/ +build/ +release/ |