1
0
Commit Graph

13 Commits

Author SHA1 Message Date
John Vandenberg
a47c27d351 Trim trailing whitespace 2018-06-05 11:09:20 +07:00
mbukejlovic
94f0d69b6f
Fixed the unignore of folder 'packages'
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.
2018-01-04 10:26:19 +01:00
Richard Thompson
15d9a616ae Ignoring the models builder out of date flag ()
The out of date models flag is automatically generated by the system, we don't want this in Git
2017-12-15 12:39:14 +10:30
Søren Gregersen
6b9cd7cd90 Added link to source 2017-06-26 10:36:49 +02:00
James Jackson-South
06581f9c74 Clean up expired entries, fix whitespace. 2015-11-06 15:04:28 +11:00
James Jackson-South
b55b8911c3 Update Umbraco.gitignore
Add ImageProcessor cached files and nuget package updates
2015-09-15 17:48:17 +10:00
Arjan
f0a857e895 Update Umbraco.gitignore 2014-09-29 16:31:58 +02:00
Carl Suster
7222e77266 Revert "Remove redundant Umbraco exceptions to VS rules"
This reverts commit 5b168d4300.

Amends  - 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 
2014-07-08 11:43:42 +10:00
Carl Suster
7955283b13 Shorten note in comment at the top 2014-05-06 17:42:22 +10:00
Carl Suster
5b168d4300 Remove redundant Umbraco exceptions to VS rules
From the discussion on :

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.
2014-05-06 17:38:57 +10:00
Ben Bodenmiller
206c7e4577 improve umbraco ignores 2014-04-13 13:53:34 -07:00
Dan Lister
1389bf1b26 Removed Visual Studio ignore rules from umbraco.gitignore 2014-02-07 12:05:48 +00:00
Dan Lister
a2f11b61c3 Create Umbraco.gitignore 2014-01-14 10:29:02 +00:00