added gitkeep to the storage folders, and edited the gitignore to be more precise for our use case

This commit is contained in:
2025-12-09 20:53:16 +01:00
parent 8c201db539
commit 037d29e656
4 changed files with 16 additions and 2 deletions
+16 -2
View File
@@ -963,9 +963,23 @@ app.*.symbols
!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages
!/dev/ci/**/Gemfile.lock
#Storage files
storage/
# Storage files
storage/documents/*
storage/transcriptionSummaries/*
storage/transcripts/*
storage/video/*
# The inverse for the .gitkeep files, to make sure the folders are there but not the local files
!storage/documents/.gitkeep
!storage/transcriptionSummaries/.gitkeep
!storage/transcripts/.gitkeep
!storage/video/.gitkeep
*.mp4
*.webm
*.mp3
*.mov
*.wav
*.flac
!testvideo.mp4