mirror of
https://github.com/overleaf/toolkit.git
synced 2025-04-19 07:18:06 +02:00
feat: whitelist empty directories in gitignore
This commit is contained in:
parent
1a4d138ade
commit
0d8054f78f
1 changed files with 12 additions and 0 deletions
12
.gitignore
vendored
12
.gitignore
vendored
|
@ -9,3 +9,15 @@ config/**/*
|
|||
|
||||
data/**/*
|
||||
!data/.gitkeep
|
||||
|
||||
!data/mongo
|
||||
!data/mongo/.gitkeep
|
||||
|
||||
!data/redis
|
||||
!data/redis/.gitkeep
|
||||
|
||||
!data/overleaf
|
||||
!data/overleaf/.gitkeep
|
||||
|
||||
!data/git-bridge
|
||||
!data/git-bridge/.gitkeep
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue