47 lines
939 B
Plaintext
47 lines
939 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
|
|
_BuildOutput/*
|
|
*.ncrunchsolution
|
|
build/UmbracoCms.AllBinaries.zip
|
|
build/UmbracoCms.WebPI.zip
|
|
build/UmbracoCms.zip
|
|
src/Umbraco.Tests/config/applications.config
|
|
src/Umbraco.Tests/config/trees.config
|
|
src/Umbraco.Web.UI/web.config
|