aboutsummaryrefslogtreecommitdiffstats
path: root/Umbraco.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #3760 from erikjanwestendorp/erikjanwestendorp-patch-1Brian Douglas2021-12-101-0/+4
|\
| * Update Umbraco.gitignoreErik-Jan Westendorp2021-06-151-1/+1
| | | | | | Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
| * Add media folder to umbraco.gitignoreErik-Jan Westendorp2021-06-151-0/+4
| |
* | Replace references of this repo's "master" branchWiblz2021-12-061-1/+1
| | | | | | | | with "main".
* | Remove trailing whitespaceGrpeApple2021-07-111-2/+2
|/
* Excluding odd.flag in all folders for Umbraco gitignoreCallum Whyte2021-05-161-2/+2
|
* Add ignore to umbraco folder (#3307)bakkiung2020-02-211-0/+5
| | | | Add ignore to umbraco folder as it will be added by Install-Package UmbracoCms or updated by Update-Package UmbracoCms
* Add Umbraco V8 packages folder location (#3302)Michaël Vanbrabandt2020-02-101-0/+1
| | | | | In Umbraco v8 we have a new packages folder located under Umbraco/views/packages/... This gets ignored by the current version. Adding this new line prevents this and includes all files and subfolders under this new location.
* Trim trailing whitespaceJohn Vandenberg2018-06-051-1/+1
|
* Fixed the unignore of folder 'packages'mbukejlovic2018-01-041-2/+2
| | | Considering the VisualStudio gitignore file contains a line "**/[Pp]ackages/*", these 2 lines from Umbraco gitignore never get applied properly to the desired files, even though Umbraco lines were added after the VS lines. I guess the VS's line is more specific, so it gets a priority of some sort.
* Ignoring the models builder out of date flag (#2543)Richard Thompson2017-12-151-0/+3
| | | The out of date models flag is automatically generated by the system, we don't want this in Git
* Added link to sourceSøren Gregersen2017-06-261-0/+4
|
* Clean up expired entries, fix whitespace.James Jackson-South2015-11-061-13/+0
|
* Update Umbraco.gitignoreJames Jackson-South2015-09-151-1/+16
| | | Add ImageProcessor cached files and nuget package updates
* Update Umbraco.gitignoreArjan2014-09-291-1/+1
|
* Revert "Remove redundant Umbraco exceptions to VS rules"Carl Suster2014-07-081-0/+5
| | | | | | | | This reverts commit 5b168d43009dbfa9e5b02dd6be7ee5961059ea61. Amends #1131 - fixes Umbraco template to compensate for the change in the VisualStudio template which would lead to issues if the two were used together. These rules were originally added by @bbodenmiller in #1013
* Shorten note in comment at the topCarl Suster2014-05-061-1/+1
|
* Remove redundant Umbraco exceptions to VS rulesCarl Suster2014-05-061-5/+0
| | | | | | | | | | From the discussion on #1013: Since the rule in VS is packages/*, the fact that it contains a slash means that it is anchored to the top level. That is, is will only apply to a directory called packages at the top level, and not to any at deeper directories like App_Data. So these rules at the bottom of your changes actually aren't necessary after all. I just confirmed this with a quick test.
* improve umbraco ignoresBen Bodenmiller2014-04-131-6/+14
|
* Removed Visual Studio ignore rules from umbraco.gitignoreDan Lister2014-02-071-42/+0
|
* Create Umbraco.gitignoreDan Lister2014-01-141-0/+51