keep docker/zammad/addons directory around
This commit is contained in:
parent
c7036f0f14
commit
607fea35e8
3 changed files with 2 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -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/
|
||||||
|
|
|
||||||
1
docker/zammad/.gitignore
vendored
1
docker/zammad/.gitignore
vendored
|
|
@ -2,3 +2,4 @@ docker-compose-test.yml
|
||||||
*.zpm
|
*.zpm
|
||||||
*.zip
|
*.zip
|
||||||
addons
|
addons
|
||||||
|
!addons/.gitkeep
|
||||||
|
|
|
||||||
0
docker/zammad/addons/.gitkeep
Normal file
0
docker/zammad/addons/.gitkeep
Normal file
Loading…
Add table
Add a link
Reference in a new issue