diff --git a/.gitignore b/.gitignore index 220e305..1199e56 100644 --- a/.gitignore +++ b/.gitignore @@ -7,8 +7,12 @@ venv .VSCode *.code-workspace +# DetaSpace +.space + # NextJS ## dependencies +standalone node_modules .pnp .pnp.js diff --git a/.spaceignore b/.spaceignore new file mode 100644 index 0000000..38b511b --- /dev/null +++ b/.spaceignore @@ -0,0 +1,57 @@ +# Python +__pycache__ +venv +.mypy_cache + +# VSCode +.VSCode +*.code-workspace + +# NextJS +## dependencies +node_modules +.pnp +.pnp.js +.yarn/install-state.gz + +## testing +coverage + +## next.js +.next +out + +## production +build + +## misc +.DS_Store +*.pem + +## debug +npm-debug.log* +yarn-debug.log* +yarn-error.log* + +## local env files +.env*.local + +## vercel +.vercel + +## typescript +*.tsbuildinfo +next-env.d.ts + +# traefik +traefik + +# OtherFiles +CHANGELOG.md +docker* +LICENSE +README.md +TODO.md +.cz.yaml +.pre-commit-config.yaml +docs diff --git a/README.md b/README.md index a726c6d..594fe17 100644 --- a/README.md +++ b/README.md @@ -118,13 +118,13 @@ To access the docker logs you can use `docker compose -f docker-compose.dev.yml ## Deployment -### Docker Deployment + -### Deta Space +