1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-11-20 01:42:35 +01: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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

1
.gitignore vendored
View File

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