build: Refine server build steps
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
**/.gitkeep
|
||||
**/.DS_Store
|
||||
|
||||
build.js
|
||||
generate-swagger.js
|
||||
nodemon.json
|
||||
swagger.json
|
||||
version-template.ejs
|
||||
.buildignore
|
||||
.editorconfig
|
||||
.env
|
||||
.eslintignore
|
||||
.gitignore
|
||||
.npmrc
|
||||
|
||||
.tmp
|
||||
.venv
|
||||
dist
|
||||
logs
|
||||
node_modules
|
||||
test
|
||||
|
||||
views/*
|
||||
|
||||
public/*
|
||||
!public/preloaded-favicons
|
||||
!public/favicons
|
||||
public/favicons/*
|
||||
!public/user-avatars
|
||||
public/user-avatars/*
|
||||
!public/background-images
|
||||
public/background-images/*
|
||||
|
||||
private/*
|
||||
!private/attachments
|
||||
private/attachments/*
|
||||
Reference in New Issue
Block a user