I would like to have it ignore the Resources folder on commit. Committing that folder seems to cause issues. (if there shouldn't be any problems committing this folder, though, please let me know as that would mean I have a different problem!)
I found a previous post that had an answer saying to create a file named ".svnignore" in the Resources directory and to list the files. I tried that and did not have any luck, also tried moving the file to the root of the project.
I would like to do this and preferably use a wildcard (or just be able to specify the folder Resources with all its files and subfolders). If anyone could point me in the right direction, I'd appreciate it!