From 08011161c84b39c5fabe9f3b95d099223f9d156d Mon Sep 17 00:00:00 2001 From: Josiah Glosson Date: Tue, 19 Aug 2025 10:14:20 -0700 Subject: [PATCH] Clean up .gitignore to not ignore required IntelliJ files and not have redundant entries (#4228) --- .gitignore | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 41ffebf9..7809cb8c 100644 --- a/.gitignore +++ b/.gitignore @@ -9,7 +9,6 @@ tmp node_modules # IDEs and editors -/.idea .project .classpath .c9/ @@ -24,6 +23,11 @@ node_modules !.vscode/launch.json !.vscode/extensions.json +# IDE - IntelliJ +.idea/* +!.idea/modules.xml +!.idea/code.iml + # misc /.sass-cache /connect.lock @@ -56,8 +60,4 @@ generated # app testing dir app-playground-data/* -# soley because i need the PORT to be 3002 due to WSL stuff -.env -apps/frontend/.env - .astro