commit a114b6d74a40aa6a4dc89d5947a6e53781f6c89f Author: Kevin Date: Sun Aug 10 20:41:05 2025 +0200 Added .gitignore file diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6f81168 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +node_modules +build +npm-debug.log +.env +.DS_Store \ No newline at end of file