diff --git a/.gitignore b/.gitignore index e69de29..34d074c 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1,5 @@ +# Ignore macOS files +.DS_Store + +# Ignore a specific directory +/bin/ \ No newline at end of file