diff options
author | Mischa Untaga <99098079+MischaU8@users.noreply.github.com> | 2023-08-25 13:20:17 +0200 |
---|---|---|
committer | Mischa Untaga <99098079+MischaU8@users.noreply.github.com> | 2023-08-25 13:20:17 +0200 |
commit | 699a1c505588f53380e52f479370fb86da6e1362 (patch) | |
tree | 3b9c62be280eec34ac0fa5ef1c8f0b20cdbfc4be /.gitignore | |
download | fuzzer-699a1c505588f53380e52f479370fb86da6e1362.tar.gz |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0812cea --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +corpus/ +coverage/ +node_modules/ + +package-lock.json + +crash-* +crash-state.json + +rules.js |