Skip to content

Commit

Permalink
Remove test/bower_components from gitignore list
Browse files Browse the repository at this point in the history
No need to specify test/bower_components in gitignore, if bower_components folder was added without "/".
From git docs:
> If the pattern does not contain a slash '/', Git treats it as a shell glob pattern and checks for a match against the pathname relative to the location of the .gitignore file (relative to the toplevel of the work tree if not from a .gitignore file).
  • Loading branch information
neilhem committed Jun 9, 2014
1 parent 0fb7d25 commit f55c99a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/templates/gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ dist
.tmp<% if (includeSass) { %>
.sass-cache<% } %>
bower_components
test/bower_components

0 comments on commit f55c99a

Please sign in to comment.