1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-03-05 13:21:25 -05:00

Add '_temp*' to .gitignore (#10397)

_temp folder is created automatically when running radarr locally and should not be pushed to git
This commit is contained in:
ManiMatter
2024-09-03 23:09:58 +02:00
committed by GitHub
parent c6feb27962
commit d910611630

1
.gitignore vendored
View File

@@ -118,6 +118,7 @@ src/UI/.idea/*
node_modules/
_output*
_artifacts
_temp*
_rawPackage/
_dotTrace*
_tests/