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
+15 -1
View File
@@ -964,8 +964,22 @@ app.*.symbols
!/dev/ci/**/Gemfile.lock !/dev/ci/**/Gemfile.lock
# Storage files # Storage files
storage/ 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 *.mp4
*.webm
*.mp3
*.mov
*.wav *.wav
*.flac *.flac
!testvideo.mp4
View File
View File