diff --git a/backend/.gitignore b/backend/.gitignore index 9b3a78d..0f945d3 100644 --- a/backend/.gitignore +++ b/backend/.gitignore @@ -1,6 +1,9 @@ ## Ignore Visual Studio temporary files, build results, and ## files generated by popular Visual Studio add-ons. +# Jetbains +.idea + # User-specific files *.suo *.user @@ -231,4 +234,4 @@ _Pvt_Extensions .paket/paket.exe # FAKE - F# Make -.fake/ \ No newline at end of file +.fake/