0

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?

Victor
  • 4,989
  • 6
  • 31
  • 47

1 Answers1

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).

Community
  • 1
  • 1
RjOllos
  • 2,900
  • 1
  • 19
  • 29