mirror of
https://github.com/github/gitignore
synced 2024-12-04 17:35:43 +01:00
1df8e30236
Commented out the rules that rely on 3rd-party packages (Courier, ELMAH, ImageGen, ImageResizing, TeaCommerce and uSync)
40 lines
795 B
Plaintext
40 lines
795 B
Plaintext
#
|
|
# Umbraco Specific Git Ignore File
|
|
#
|
|
|
|
# This file should be placed inside the directory that contains your Umbraco Web Application
|
|
# it is assumed that you will be using a global .gitignore file for the rest of the repository.
|
|
|
|
# Data folders/files
|
|
|
|
[Aa]pp_Data/ExamineIndexes/*
|
|
[Aa]pp_Browsers/*
|
|
[Aa]pp_Data/TEMP/*
|
|
#[Aa]pp_Data/tea-commerce/
|
|
[Aa]pp_Data/ClientDependency/*
|
|
#[Aa]pp_Data/courier/cache/*
|
|
#[Aa]pp_Data/courier/revisions/*
|
|
[Aa]pp_Data/justDelete_*
|
|
[Aa]pp_Data/Preview/*
|
|
[Aa]pp_Data/_systemUmbracoIndexDontDelete/*
|
|
|
|
# Umbraco Cache
|
|
|
|
[Aa]pp_Data/umbraco.config
|
|
|
|
# Log files
|
|
|
|
[Aa]pp_Data/Logs/*
|
|
#[Aa]pp_Data/courier/logs/*
|
|
#[Aa]pp_Data/Elmah Logs/*
|
|
#[Aa]pp_Data/umbraco.licensing.log.txt
|
|
|
|
# Media Caching
|
|
|
|
#[Mm]edia/*/Cached
|
|
#[Ii]magecache/*
|
|
|
|
# 3rd Party Pluggins
|
|
|
|
#uSync.Archive/*
|