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
frontend/node_modules
backend/frontend-build
**/node_modules
**/.next
.dockerignore
.git
README.md
.dockerignore
**/Dockerfile
.next

4
.gitignore vendored

@ -59,4 +59,6 @@ yarn-error.log*
.infisical.json
# Editor specific
.vscode/*
.vscode/*
frontend-build
Loading…
Cancel
Save