From e4bbd47cdbfa92b2c03bc0294a451bdd5d40c771 Mon Sep 17 00:00:00 2001 From: 4l3j0Ok Date: Sun, 3 Mar 2024 20:53:46 -0300 Subject: [PATCH] Added docker compose output volume --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 945f951..765ff9f 100644 --- a/.gitignore +++ b/.gitignore @@ -129,4 +129,6 @@ selenium_test.py selenium_data/ config.dev.toml temp/ -*.exe \ No newline at end of file +*.exe +# Docker Compose output volume +output/ \ No newline at end of file