Exclude .keep files from .gitignore

There is a file zuul/web/static/.keep which is commited to git but
excluded from vcs by .gitignore. The problem is that some advanced IDEs
display annoying warnings related to this case.
It also looks like misconfiguration.

This patch excludes .keep files from .gitignore which means that such
files will be tracked.

Change-Id: Ib9ea9e585f723cad523d4f825c076280e2f2afe0
This commit is contained in:
Ivan Remizov 2018-10-20 00:36:28 +03:00
parent d66593821b
commit c032a8cea7
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -20,5 +20,6 @@ dist/
cover/
htmlcov/
zuul/web/static
!.keep
node_modules
yarn-error.log