commit 0dc58146a93d2e8aca88e05b446e90f4b7da9885 parent 605d7e4e1d0e4466ae06900eac69204478f0e9b0 Author: Sergej Orlov <wladimirych@gmail.com> Date: Sat, 18 Mar 2017 12:42:00 +0300 added deploy scripts to gitignore Diffstat:
M | .gitignore | | | 7 | +++++-- |
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/.gitignore b/.gitignore @@ -1,3 +1,6 @@ node_modules build -.idea -\ No newline at end of file +.idea +get_secrets.sh +deploy_production.sh +deploy_staging.sh +\ No newline at end of file