mirror of
https://github.com/openvk/openvk
synced 2024-11-13 10:39:24 +03:00
Fix missing dirs
This commit is contained in:
parent
d39b45ba66
commit
e4a33f88a4
3 changed files with 6 additions and 2 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
@ -1,6 +1,10 @@
|
|||
vendor
|
||||
tmp
|
||||
openvk.yml
|
||||
update.pid
|
||||
update.pid.old
|
||||
Web/static/js/node_modules
|
||||
Web/static/js/node_modules
|
||||
|
||||
tmp/*
|
||||
!tmp/.gitkeep
|
||||
storage/*
|
||||
!storage/.gitkeep
|
||||
|
|
0
storage/.gitkeep
Normal file
0
storage/.gitkeep
Normal file
0
tmp/.gitkeep
Normal file
0
tmp/.gitkeep
Normal file
Loading…
Reference in a new issue