keep docker/zammad/addons directory around

This commit is contained in:
Abel Luck 2023-06-02 09:53:24 +00:00
parent c7036f0f14
commit 607fea35e8
3 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View file

@ -5,6 +5,7 @@ build/**
**/dist/** **/dist/**
.next/** .next/**
docker/zammad/addons/** docker/zammad/addons/**
!docker/zammad/addons/.gitkeep
.npmrc .npmrc
coverage/ coverage/
build/ build/

View file

@ -2,3 +2,4 @@ docker-compose-test.yml
*.zpm *.zpm
*.zip *.zip
addons addons
!addons/.gitkeep

View file