From 1ae667bd6dca3e959a8384f75733df9203117af4 Mon Sep 17 00:00:00 2001 From: Simone Ianniciello Date: Fri, 10 Apr 2026 17:22:04 +0200 Subject: [PATCH] chore(gitignore): ignore autogenerated / devenv paths --- .gitignore | 6 +++++- android/.gitignore | 4 ++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 408564e..256a172 100644 --- a/.gitignore +++ b/.gitignore @@ -16,4 +16,8 @@ bin/ auth_storage/ www neutralino.js -package-lock.json \ No newline at end of file +package-lock.json +# Direnv +.envrc +# vim +.lazy.lua diff --git a/android/.gitignore b/android/.gitignore index 48354a3..409e290 100644 --- a/android/.gitignore +++ b/android/.gitignore @@ -99,3 +99,7 @@ app/src/main/assets/public app/src/main/assets/capacitor.config.json app/src/main/assets/capacitor.plugins.json app/src/main/res/xml/config.xml + +# Generated by LS +.settings/ +.project