#Tauri watch file change customization?

2 messages · Page 1 of 1 (latest)

autumn turret
#

I have flat file database inside of src-tauri/resources. So anytime I write to the file, Tauri notices and restarts app in production. Not so ideal considering the data will be updated constantly with app use. Is there a way to make Tauri's file watcher ignore a certain directory?

mystic saffron
#

.taurignore, like .gitignore