build: Improve the backend Makefile
This commit is contained in:
9
.gitignore
vendored
9
.gitignore
vendored
@@ -1,3 +1,12 @@
|
||||
# Global ignores
|
||||
**/node_modules/
|
||||
**/.cache/
|
||||
**/dist/
|
||||
|
||||
# Backend ignores
|
||||
backend/backend.tar
|
||||
backend/backend.tgz
|
||||
|
||||
# Server ignores
|
||||
server/*.pem
|
||||
server/db/
|
||||
Reference in New Issue
Block a user