mirror of
https://github.com/plankanban/planka.git
synced 2025-08-08 06:55:30 +02:00
parent
ad7fb51cfa
commit
2ee1166747
1557 changed files with 76832 additions and 47042 deletions
11
server/.gitignore
vendored
11
server/.gitignore
vendored
|
@ -87,6 +87,7 @@ config/local.js
|
|||
################################################
|
||||
|
||||
node_modules
|
||||
.venv
|
||||
|
||||
################################################
|
||||
#
|
||||
|
@ -129,12 +130,16 @@ lib-cov
|
|||
*.pid
|
||||
|
||||
public/*
|
||||
!public/preloaded-favicons
|
||||
!public/favicons
|
||||
public/favicons/*
|
||||
!public/favicons/.gitkeep
|
||||
!public/user-avatars
|
||||
public/user-avatars/*
|
||||
!public/user-avatars/.gitkeep
|
||||
!public/project-background-images
|
||||
public/project-background-images/*
|
||||
!public/project-background-images/.gitkeep
|
||||
!public/background-images
|
||||
public/background-images/*
|
||||
!public/background-images/.gitkeep
|
||||
|
||||
private/*
|
||||
!private/attachments
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue