feat: update .gitignore to include logs and generated data directories
Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
+4
-1
@@ -45,5 +45,8 @@ Thumbs.db
|
|||||||
|
|
||||||
# instructions
|
# instructions
|
||||||
.github/instructions/
|
.github/instructions/
|
||||||
backend/data/
|
|
||||||
|
# Logs and generated data
|
||||||
|
logs/
|
||||||
data/
|
data/
|
||||||
|
backend/data/
|
||||||
|
|||||||
Reference in New Issue
Block a user