commit 15e5991c77b704372d466fcd6eb996a4125395af Author: Andreas Dahm <98315384+LoboTheDark@users.noreply.github.com> Date: Tue Nov 4 08:54:47 2025 +0100 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0383c3a --- /dev/null +++ b/.gitignore @@ -0,0 +1,28 @@ +# Angular specific +/dist/ +/out-tsc/ +/tmp/ +/coverage/ +/e2e/test-output/ +/.angular/ +.angular/ + +# Node modules and dependency files +/node_modules/ +/package-lock.json +/yarn.lock + +# Environment files +/.env + +# Angular CLI and build artefacts +/.angular-cli.json +/.ng/ + +# TypeScript cache +*.tsbuildinfo + +# Logs +npm-debug.log* +yarn-debug.log* +yarn-error.log* diff --git a/README.md b/README.md new file mode 100644 index 0000000..0e923b7 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# playground-frontend +This is the frontend, written in angular, for by playground backend.