Clean up .gitignore to not ignore required IntelliJ files and not have redundant entries (#4228)

This commit is contained in:
Josiah Glosson
2025-08-19 10:14:20 -07:00
committed by GitHub
parent 9b29694907
commit 08011161c8

10
.gitignore vendored
View File

@@ -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