Skip to content

Instantly share code, notes, and snippets.

@bradleykronson
Created August 19, 2013 09:58
Show Gist options
  • Save bradleykronson/6267583 to your computer and use it in GitHub Desktop.
Save bradleykronson/6267583 to your computer and use it in GitHub Desktop.
.gitignore for Umbraco Place this in the root of your project directory. It is a direct clone of VisualStudio.gitignore available in the github/gitignore repository, with some Umbraco-specific ignores.
# Umbraco stuff
# Data folders/files
*/ExamineIndexes/*
www/App_Data/umbraco.config
*/App_Browsers/*
*/App_Data/TEMP/*
*/_systemUmbracoIndexDontDelete/*
*/App_Data/Logs/*
# ImageGen
*/Cached/*
# Misc crud
*.orig
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment