简体   繁体   English

SVN递归地忽略文件夹中的所有.js文件

[英]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. 我有一个打字稿应用程序,在这里我想忽略SVN文件夹中的所有已编译JavaScript文件。 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. 如果您想递归地忽略父目录下所有目录的文件/文件模式,则在Subversion 1.8及更高版本中,可以使用svn:global-ignores属性。 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). 等效功能在Subversion 1.8之前可用,但它要求每个客户端配置其运行时配置 (配置文件的[global-ignores]节)。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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