Added Application folder to gitattributes.

This should soon be removed, but is necessary in this development phase.
This commit is contained in:
Abel Hoogeveen 2016-07-07 13:49:22 +02:00
parent c51fc93fb2
commit 6304c84fb7
1 changed files with 2 additions and 1 deletions

3
.gitattributes vendored
View File

@ -2,4 +2,5 @@
.gitignore export-ignore
.gitlab_ci.yml export-ignore
tests/ export-ignore
CI/ export-ignore
CI/ export-ignore
Application/ export-ignore