10.02.10 - Ignore directories and files SVN
0 comments
With file properties, we can ignore files and directories
Ignore files or entire directories is easy as executing the next line:
At this moment, the default editor will be opened waiting to introduce the files or directory filenames that we want to ignore, we can ignore all files inserting a:
or we can ignore specific filenames:
$ svn propedit svn:ignore ./DIRECTORY_OR_FILE_TO_IGNORE
*
*_dev.php
*.jpg
*.jpg
Via: Petefreitag
Comments
There are no comments jet. Be the first to comment!
