Hello,
This is a pretty basic question I think but I just wanted to check. If I want to store files associated with building an app (e.g. productions files that won't actually make it into the final build such as hi-res images, wireframes etc) - can I store these in my apps project folder or should I store them in a directory above separately?
Currently I store all my production files in a directory above named 'Project files' but this is annoying as I have to keep diving in and out. The reason I did this was because I wasn't sure if I would lose the files when updating ionic if they were saved in the project folder itself.
Any tips would be greatly appreciated