feat: Add initial configuration files

New configuration files have been added for TypeScript, Biome, Nest CLI, Docker-compose, and environment variables. This setup includes TypeScript compiler options, biome schema settings, database container configuration and more. Additionally, a .gitignore file is added to exclude unnecessary files from the git repository.
This commit is contained in:
2024-07-09 13:39:55 +02:00
parent 2e649e6a6d
commit 411fb981ef
7 changed files with 103 additions and 0 deletions

5
.gitignore vendored Normal file
View File

@@ -0,0 +1,5 @@
/node_modules/
/drizzle/
/dist/
.backup.zip
.temp