I have a typescript application where I'd like to ignore all compiled JavaScript files in the folder with SVN. Is there any command or shortcut to do this for all files under a folder?
Asked
Active
Viewed 452 times
1 Answers
2
Yes, see this answer.
If you'd like to ignore files/file patterns recursively for all directories under a parent, in Subversion 1.8 and later you can use svn:global-ignores property. Equivalent functionality is available prior to Subversion 1.8, but it requires each client to configure their runtime configuration ([global-ignores]
section of config file).