From ff9469fbcc0b30ef897e7e26688ac8f34af3433d Mon Sep 17 00:00:00 2001 From: Niall Quinn Date: Fri, 20 Dec 2024 09:07:07 +0100 Subject: [PATCH] Update .gitignore to ignore files generated by other editors --- .gitignore | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 57dcd2980..6238b820a 100644 --- a/.gitignore +++ b/.gitignore @@ -88,4 +88,14 @@ fastlane/report.xml ### Primer Debug App/Pods Debug App/Podfile.lock -Debug App/secrets.defaults.properties \ No newline at end of file +Debug App/secrets.defaults.properties + +# Alternative editors +# Neovim +.nvim +buildserver.json +.avanterules + +# Cursor/VSCode +launch.json +.cursorrules