Added folder docker and custom to gitignore
This commit is contained in:
parent
68621cfbf6
commit
3610755754
1 changed files with 3 additions and 3 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -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
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue