commit c8a767b1508ba6ff45ae5dae33688bbea80c847c Author: Syed Daanish Date: Mon Dec 23 16:13:10 2024 +0300 Initial commit for gomines project diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9c98eb0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,16 @@ +# Binaries for programs and plugins +*.exe +*.dll +*.so +*.dylib + +# Test binary, build directory +*.test +/build/ + +# Go vendor directory +/vendor/ + +# Dependency directories +/Godeps/ +