Added folder docker and custom to gitignore

This commit is contained in:
Dominique Da Silva 2019-11-09 02:19:02 +00:00
parent 68621cfbf6
commit 3610755754

6
.gitignore vendored
View file

@ -1,5 +1,7 @@
/.idea /.idea
/last-failed-e2e-test.* /last-failed-e2e-test.*
/docker
/custom
node_modules node_modules
npm-debug.log npm-debug.log
@ -31,6 +33,4 @@ public/grapejs/templates/*
!public/grapejs/templates/demo !public/grapejs/templates/demo
!public/grapejs/templates/aves !public/grapejs/templates/aves
config/production.toml docker-compose.*.yml
workers/reports/config/production.toml
docker-compose.override.yml