Preserving bundles directory required for build

This commit is contained in:
lepipele 2018-02-27 01:31:00 -06:00 committed by nicolas.dorier
parent dfa3167c18
commit 1014083160
2 changed files with 2 additions and 1 deletions

3
.gitignore vendored
View file

@ -289,4 +289,5 @@ __pycache__/
/BTCPayServer/Build/dockerfiles
# Bundling JS/CSS
BTCPayServer/wwwroot/bundles/
BTCPayServer/wwwroot/bundles/*
!BTCPayServer/wwwroot/bundles/.gitignore

View file