Stop tracking node_modules and add .gitignore

This commit is contained in:
2026-01-17 16:52:57 +01:00
parent 0cfb4d5a95
commit d305b77ef8
16582 changed files with 13 additions and 1021842 deletions

13
.gitignore vendored Executable file
View File

@@ -0,0 +1,13 @@
# Node
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
coverage/
dist/
build/
.env
.env.*
.DS_Store