Skip to content

Instantly share code, notes, and snippets.

@Jeavon
Last active August 29, 2015 14:02
Show Gist options
  • Save Jeavon/e24211756882acd8cc8f to your computer and use it in GitHub Desktop.
Save Jeavon/e24211756882acd8cc8f to your computer and use it in GitHub Desktop.
Umbraco7 hgignore
syntax: regexp
^packages/(?!repositories.config).*
# use glob syntax
syntax: glob
# Umbraco
wwwRoot/App_Data/umbraco.config
wwwRoot/App_Data/preview/*.config
wwwRoot/App_Data/TEMP/ClientDependency/
wwwRoot/App_Data/TEMP/ExamineIndexes/
wwwRoot/App_Data/TEMP/PluginCache/*
wwwRoot/App_Data/TEMP/Razor/
wwwRoot/App_Data/Logs/*
wwwRoot/App_Data/umbraco.licensing.log.txt
wwwRoot/aspnet_client/
# uSync
wwwRoot/uSync.Archive/*
# Courier
wwwRoot/App_Data/courier/revisions/
wwwRoot/App_Data/courier/cache/*
# ImageProcessor DiskCache
wwwRoot/App_Data/cache/*
# Install Statistics
wwwRoot/App_Data/InstalStats/*
# Robots
wwwRoot/robots.txt
# Bin folder
wwwRoot/bin/*.config
wwwRoot/bin/*.xml
# Visual Studio
*.obj
*.pdb
*.user
*.aps
*.pch
*.vspscc
*_i.c
*_p.c
*.ncb
*.suo
*.tlb
*.tlh
*.bak
*.cache
*.ilk
*.log
*.lib
*.sbr
*.scc
*.orig
*.rej
WebApp/*/[Bb]in
[Dd]ebug*/
obj/
[Rr]elease*/
_ReSharper*/
[Tt]est[Rr]esult*
[Bb]uild[Ll]og.*
*.[Pp]ublish.xml
BuildProcessTemplates/*
Published/*
[Tt]humbs.db
[Uu]pgradeLog*.[Xx][Mm][Ll]
_[Uu]pgradeReport_Files*/
*.build.csdef
[Pp]ackage/*
ASPNETDB.MDF
aspnetdb_log.ldf
_notes/
*.DS_Store
*.backup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment