chore: add docker ignore and git ignore

pull/1089/head
nafees nazik 7 months ago
parent e0669cae7c
commit d0a85c98b2

@ -1,2 +1,11 @@
backend/node_modules
frontend/node_modules
backend/frontend-build
**/node_modules
**/.next
.dockerignore
.git
README.md
.dockerignore
**/Dockerfile
.next

2
.gitignore vendored

@ -60,3 +60,5 @@ yarn-error.log*
# Editor specific
.vscode/*
frontend-build
Loading…
Cancel
Save