38 lines
702 B
Plaintext
38 lines
702 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\*
|
|
umbraco\presentation\umbraco\plugins\*
|
|
umbraco\presentation\usercontrols\*
|
|
umbraco\presentation\scripts\*
|
|
umbraco\presentation\fonts\*
|
|
umbraco\presentation\css\*
|
|
glob:*App_Code\*
|
|
glob:*App_Data\*
|
|
glob:*media\*
|
|
glob:*masterpages\*
|
|
glob:*macroScripts\*
|
|
glob:*xslt\*
|
|
|
|
umbraco\presentation\umbraco\plugins\uComponents\uComponentsInstaller.ascx
|
|
umbraco\presentation\packages\uComponents\MultiNodePicker\CustomTreeService.asmx |