I created a .hgignore file. But forgot about .db files. Therefore, after hg add these files were added for tracking. I found the remove command but can't figure out how to remove all .db with one command
.db
hg add
remove
Found myself:
hg forget "glob:**.db"
It works:
hg forget -I '**.db'
Remember to change the hg commit .
hg commit
Source: https://habr.com/ru/post/1392309/More articles:Duplicate domain in URL or domain / AppName - asp.net-mvc-3C # WOW6432 registry node messin things up - c #Retry jQuery ajax request - javascriptHow to select all DOMDocument nodes with one DOMXpath expression? - phpHow can I order in descending order and then take some elements using linq? - c #Client Side Javascript Testing - javascriptvideo footage - androidLow I / O using outb and inb - cjava mysql count number of rows - javajQuery DataTable - need to change label based on row value at runtime - jqueryAll Articles