diff options
| author | seth <[email protected]> | 2023-07-01 13:53:12 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-07-01 13:53:12 -0400 |
| commit | a4a6b35d2a9011866a517994c2c5040685d2cdba (patch) | |
| tree | c45a44246fdc7b47b81647cd83432c669c2ea1e7 /.gitignore | |
initial commit
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5f34eff --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +# nix build outputs +result +workerd |
