I have a folder (group) under my project folder, which I collect temporary files and mostly in .txt format. I need those files they are not complete garbage.
The issue is xCode (swiftui) is throwing warnings of "No rule to process file..." etc. I know it's because of the txt files etc.
How to let xCode (swiftui) know that I don't wanna compile or xCode (swiftui) doesn't even have to go through those files?
or How to ignore all the warnings from that specific folder (group)?
1
0
1.8k