diff options
author | Aditya <bluenerd@protonmail.com> | 2025-01-13 12:48:48 +0530 |
---|---|---|
committer | Aditya <bluenerd@protonmail.com> | 2025-01-13 12:48:48 +0530 |
commit | a665866a298bdb721f5d27894e27f38a0981a050 (patch) | |
tree | b6e8c8803d4c446efc8333bd72bb95be45caef23 | |
parent | 0da8b6daea17db95190f6c7d0074229d115e942e (diff) |
add gitignore
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e370078 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +result/ +result |