es-ude / elastic-ai.creator

elastic ai.creator
MIT License
16 stars 2 forks source link

Running unit tests creates temporary files #370

Closed julianhoever closed 2 months ago

julianhoever commented 2 months ago

Running unit tests creates a folder of temporary files inside the project file tree, which are marked as new files for git. To solve this, we can either create these files in the system temporary files directory or add the folder to the .gitignore file.