finished v1.0

This commit is contained in:
2023-02-24 20:37:52 +01:00
parent 484294e611
commit 4471157412
45 changed files with 638 additions and 350 deletions

14
.dockerignore Normal file
View File

@@ -0,0 +1,14 @@
# Ignore the node_modules directory
node_modules
# Ignore the dist directory
dist
# Ignore the .git directory
.git
# Ignore the .gitignore file
.gitignore
# Ignore the .dockerignore file
.dockerignore