Code env fix: Modified .hgignore to ignore .vs10x files and anything in App_Data\TEMP Fix: upon saving a document type, if the alias has changed, document Xml is regenerated in the db and the Xml caches are told to update. Fix: upon saving a document type, if the name has changed, the tree updates with that change Work Items: 29197, 28738
24 lines
267 B
Plaintext
24 lines
267 B
Plaintext
# use glob syntax
|
|
syntax: glob
|
|
|
|
*.obj
|
|
*.exe
|
|
*.pdb
|
|
*.user
|
|
*.aps
|
|
*.pch
|
|
*.vspscc
|
|
[Bb]in
|
|
[Db]ebug*/
|
|
obj/
|
|
[Rr]elease*/
|
|
_ReSharper*/
|
|
[Tt]est[Rr]esult*
|
|
[Bb]uild[Ll]og.*
|
|
*.[Pp]ublish.xml
|
|
*.suo
|
|
[sS]ource
|
|
[sS]andbox
|
|
umbraco.config
|
|
*.vs10x
|
|
App_Data\TEMP\* |