Skip to content

Commit 0801116

Browse files
authored
Clean up .gitignore to not ignore required IntelliJ files and not have redundant entries (#4228)
1 parent 9b29694 commit 0801116

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.gitignore

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ tmp
99
node_modules
1010

1111
# IDEs and editors
12-
/.idea
1312
.project
1413
.classpath
1514
.c9/
@@ -24,6 +23,11 @@ node_modules
2423
!.vscode/launch.json
2524
!.vscode/extensions.json
2625

26+
# IDE - IntelliJ
27+
.idea/*
28+
!.idea/modules.xml
29+
!.idea/code.iml
30+
2731
# misc
2832
/.sass-cache
2933
/connect.lock
@@ -56,8 +60,4 @@ generated
5660
# app testing dir
5761
app-playground-data/*
5862

59-
# soley because i need the PORT to be 3002 due to WSL stuff
60-
.env
61-
apps/frontend/.env
62-
6363
.astro

0 commit comments

Comments
 (0)