This commit is contained in:
2026-03-21 10:16:02 +01:00
commit 2ac553850c
15 changed files with 1931 additions and 0 deletions

42
.gitignore vendored Normal file
View File

@@ -0,0 +1,42 @@
# Dependencies
node_modules/
jspm_packages/
# Build and Distribution
dist/
lib-cov/
coverage/
*.lcov
.cache/
.parcel-cache/
.turbo/
# Logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
# Environments (Sensitive Variables)
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# Editors and System
.DS_Store
Thumbs.db
.vscode/
!.vscode/extensions.json
.idea/
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
# Tests and Tools
.nyc_output
.eslintcache
.stylelintcache