简体   繁体   中英

SVN ignore recursively all .js files in folder

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?

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM