diff --git a/.gitignore b/.gitignore index 41155a9..0cebfb6 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,11 @@ .env.local node_modules package-lock.json -yarn.lock \ No newline at end of file +yarn.lock +# Binaries +bin/ +main +*.exe +*.dll +*.so +*.dylib diff --git a/bin/neomovies-api b/bin/neomovies-api deleted file mode 100755 index 27f5a08..0000000 Binary files a/bin/neomovies-api and /dev/null differ diff --git a/main b/main deleted file mode 100755 index 9ee41a9..0000000 Binary files a/main and /dev/null differ