I’m sorry if this is a repost, but I was just wondering if there was a way to hide a database/files if I make a project open for the public eye. Fairly new to Glitch, might just be having another idiot moment.
Thanks for any help!
I’m sorry if this is a repost, but I was just wondering if there was a way to hide a database/files if I make a project open for the public eye. Fairly new to Glitch, might just be having another idiot moment.
Thanks for any help!
You can put the sqlite file the .data
folder.
Just FYI: Putting the database in the .data folder has the added benefit that it won’t be copied across on remix should your project be public - as well as ensuring it isn’t visible to those viewing the project.