mirror of
https://github.com/plankanban/planka.git
synced 2025-07-18 20:59:44 +02:00
Docker, update readme, update dependencies
This commit is contained in:
parent
2398199740
commit
adbcb67f03
30 changed files with 1202 additions and 1744 deletions
16
server/.gitignore
vendored
16
server/.gitignore
vendored
|
@ -46,9 +46,6 @@
|
|||
|
||||
config/local.js
|
||||
|
||||
.env.local
|
||||
.env.*.local
|
||||
|
||||
################################################
|
||||
# Dependencies
|
||||
#
|
||||
|
@ -103,10 +100,7 @@ node_modules
|
|||
# Temporary files generated by Sails/Waterline.
|
||||
################################################
|
||||
|
||||
.tmp/*
|
||||
!.tmp/public
|
||||
.tmp/public/uploads/*
|
||||
!.tmp/public/uploads/.gitkeep
|
||||
.tmp
|
||||
|
||||
################################################
|
||||
# Miscellaneous
|
||||
|
@ -130,3 +124,11 @@ lib-cov
|
|||
*.log
|
||||
*.out
|
||||
*.pid
|
||||
|
||||
public/*
|
||||
!public/uploads
|
||||
public/uploads/*
|
||||
!public/uploads/.gitkeep
|
||||
|
||||
views/*
|
||||
!views/.gitkeep
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue