Tortoise SVN settings ignore files and folders locally

Local: using the client of Tortoise SVN
Server: VisualSvn and Tortoise SVN installed on Windows Server

I have imported the existing project directories into the version library, but in fact, the contents of the Uploads and Runtime directories (one is uploaded files and the other is temporary files generated at run time) and other configuration files do not need version control (but if I do not import them into the version library, the local project will be incomplete when checked out).

when I export the project locally from the version library, I want to ignore the files and folders mentioned above, because the file status is bound to change after modifying the configuration file, and
will appear in the commit list when it is submitted.

I right-click on the related files and folders-"Unsubvison and addd to ignore list, a local operation, the status of these files and folders becomes a deleted cross icon, because they were previously under version control, and then I submit them to the version library. I found that the corresponding files and folders in the version library were gone / laughed and deleted directly to me.

in the final analysis, I just want to achieve the effect of configuring .gitignore when I used GIT before. Boss, can you tell me how to configure ignore files on SVN?

Svn
Feb.28,2021
Menu