commit a25c3752512fb36056ffe40bc29b08d17a344e59 Author: Lennart Heinrich Date: Wed Oct 15 15:36:25 2025 +0200 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..87d0e88 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# frontend +InfiniFront