ericwaetke
FREEOP
2 months ago
Hey yall,
this is my first project using railpacks instead of nixpacks. I’m running into a minor issue, that when re-deploying my application, certain files get overwritten.
lets say I have a file accounts.txt in the site/ folder. The .txt file exists in git as an empty file, and changes are not tracked.
When accessing the app, accounts created are saved in the text file (everything for illustration purposes of course), and then works fine. When I push changes afterwards, the content-filled accounts.txt is overwritten by the git-tracked empty accounts.txt.
Is there a way to sort of exclude certain files or directories in railpack?
0 Replies