You've already forked AstralRinth
forked from didirus/AstralRinth
Clean up .gitignore to not ignore required IntelliJ files and not have redundant entries (#4228)
This commit is contained in:
10
.gitignore
vendored
10
.gitignore
vendored
@@ -9,7 +9,6 @@ tmp
|
|||||||
node_modules
|
node_modules
|
||||||
|
|
||||||
# IDEs and editors
|
# IDEs and editors
|
||||||
/.idea
|
|
||||||
.project
|
.project
|
||||||
.classpath
|
.classpath
|
||||||
.c9/
|
.c9/
|
||||||
@@ -24,6 +23,11 @@ node_modules
|
|||||||
!.vscode/launch.json
|
!.vscode/launch.json
|
||||||
!.vscode/extensions.json
|
!.vscode/extensions.json
|
||||||
|
|
||||||
|
# IDE - IntelliJ
|
||||||
|
.idea/*
|
||||||
|
!.idea/modules.xml
|
||||||
|
!.idea/code.iml
|
||||||
|
|
||||||
# misc
|
# misc
|
||||||
/.sass-cache
|
/.sass-cache
|
||||||
/connect.lock
|
/connect.lock
|
||||||
@@ -56,8 +60,4 @@ generated
|
|||||||
# app testing dir
|
# app testing dir
|
||||||
app-playground-data/*
|
app-playground-data/*
|
||||||
|
|
||||||
# soley because i need the PORT to be 3002 due to WSL stuff
|
|
||||||
.env
|
|
||||||
apps/frontend/.env
|
|
||||||
|
|
||||||
.astro
|
.astro
|
||||||
|
|||||||
Reference in New Issue
Block a user