diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..cc9a792 --- /dev/null +++ b/.gitignore @@ -0,0 +1,28 @@ +# Binary files +app.exe +cursor-id-modifier-linux +cursor-id-modifier-macos +cursor-id-modifier-* +*.exe +*.dll +*.so +*.dylib + +# Build directories +bin/ +releases/ +scripts/ + +# IDE +.vscode/ + +# Go specific +go.sum + +# Temporary files +*.tmp +*~ + +# System files +.DS_Store +Thumbs.db \ No newline at end of file