Docker, update readme, update dependencies
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user