Added dotfiles in working directory
Official Documentation: https://mercurial.selenic.com/wiki/FileFormats#Files_in_the_working_directory https://mercurial.selenic.com/wiki/Subrepository The specification for the .hg/ folder is simplified, see: https://stackoverflow.com/a/15057742
This commit is contained in:
parent
bfcae73085
commit
22294e017f
1 changed files with 5 additions and 2 deletions
|
|
@ -1,3 +1,6 @@
|
||||||
/.hg/*
|
.hg/
|
||||||
*/.hg/*
|
|
||||||
.hgignore
|
.hgignore
|
||||||
|
.hgsigs
|
||||||
|
.hgsub
|
||||||
|
.hgsubstate
|
||||||
|
.hgtags
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue