From 3efaf7c9463261fb2d182a7ae00d9045a2b273b8 Mon Sep 17 00:00:00 2001 From: Jeremy Rimpo Date: Tue, 12 May 2026 13:50:45 -0500 Subject: Migrating to OAuth Authentication (#2374) Co-authored-by: aglowinthefield <146008217+aglowinthefield@users.noreply.github.com> Co-authored-by: Jonathan Feenstra <26406078+JonathanFeenstra@users.noreply.github.com> --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 935c4260..d1ac808a 100644 --- a/.gitignore +++ b/.gitignore @@ -8,9 +8,12 @@ src/*.bak CMakeLists.txt.user edit /CMakeFiles -.idea +.idea/* +!.idea/filetypes/ +!.idea/filetypes/qt-translations.xml /msbuild.log /*std*.log /*build /src/version.aps +.idea/ -- cgit v1.3.1