From a2f11b61c37df6eeda7f5c5487a0c8397530d756 Mon Sep 17 00:00:00 2001 From: Dan Lister Date: Tue, 14 Jan 2014 10:29:02 +0000 Subject: [PATCH 1/2] Create Umbraco.gitignore --- Umbraco.gitignore | 51 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 Umbraco.gitignore diff --git a/Umbraco.gitignore b/Umbraco.gitignore new file mode 100644 index 00000000..bafe85f7 --- /dev/null +++ b/Umbraco.gitignore @@ -0,0 +1,51 @@ +# Ignore Visual Studio and system files +*.diff +*.err +*.orig +*.obj +*.pdb +*.user +*.aps +*.pch +*.vspscc +*.vssscc +*_i.c +*_p.c +*.ncb +*.suo +*.tlb +*.tlh +*.bak +*.cache +*.ilk +*.log +*.lib +*.sbr +*.scc +*.resharper +*.rej +*.swo +*.swp +*.DS_Store +*.[Pp]ublish.xml + +# Ignore Visual Studio and plugin folders +[Bb]in +[Dd]ebug +[Oo]bj/ +[Rr]elease +[Pp]review +[Tt]humbs.db +[Tt]est[Rr]esult* +[Bb]uild[Ll]og.* +_ReSharper + +# Ignore Umbraco folders (Generated folders created by Umbraco) +ClientDependency/ +TEMP/ +Logs/ +Cached/ +ExamineIndexes/ + +# Ignore Umbraco content cache file +umbraco.config From 1389bf1b2629a62216ee910a31ec62521d8614a5 Mon Sep 17 00:00:00 2001 From: Dan Lister Date: Fri, 7 Feb 2014 11:58:43 +0000 Subject: [PATCH 2/2] Removed Visual Studio ignore rules from umbraco.gitignore --- Umbraco.gitignore | 42 ------------------------------------------ 1 file changed, 42 deletions(-) diff --git a/Umbraco.gitignore b/Umbraco.gitignore index bafe85f7..be2db99c 100644 --- a/Umbraco.gitignore +++ b/Umbraco.gitignore @@ -1,45 +1,3 @@ -# Ignore Visual Studio and system files -*.diff -*.err -*.orig -*.obj -*.pdb -*.user -*.aps -*.pch -*.vspscc -*.vssscc -*_i.c -*_p.c -*.ncb -*.suo -*.tlb -*.tlh -*.bak -*.cache -*.ilk -*.log -*.lib -*.sbr -*.scc -*.resharper -*.rej -*.swo -*.swp -*.DS_Store -*.[Pp]ublish.xml - -# Ignore Visual Studio and plugin folders -[Bb]in -[Dd]ebug -[Oo]bj/ -[Rr]elease -[Pp]review -[Tt]humbs.db -[Tt]est[Rr]esult* -[Bb]uild[Ll]og.* -_ReSharper - # Ignore Umbraco folders (Generated folders created by Umbraco) ClientDependency/ TEMP/