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/**
.next/**
docker/zammad/addons/**
!docker/zammad/addons/.gitkeep
.npmrc
coverage/
build/

View file

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

View file