Changed folder structure

This commit is contained in:
2025-02-28 15:48:47 +01:00
parent 389d5e9a3e
commit 27119c798d
64 changed files with 597 additions and 57 deletions

View File

@@ -1,17 +0,0 @@
# Ignore the node_modules directory
node_modules
# Ignore the dist directory
www
# Ignore the .git directory
.git
# Ignore the .gitignore file
.gitignore
# Ignore the .dockerignore file
.dockerignore
Dockerfile
.vscode/*