i18n files

This commit is contained in:
Stefan
2025-11-23 13:37:43 +01:00
parent a4a42488bb
commit 2383960cdb
3 changed files with 506 additions and 0 deletions
+56
View File
@@ -0,0 +1,56 @@
# Dependencies
node_modules
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Build output
.next
out
dist
build
# Testing
coverage
.nyc_output
*.test.ts
*.test.tsx
*.spec.ts
*.spec.tsx
__tests__
jest.config.ts
jest.setup.ts
# Development files
.git
.gitignore
.env.local
.env.development.local
.env.test.local
.env.production.local
# IDE
.vscode
.idea
*.swp
*.swo
*~
# OS files
.DS_Store
Thumbs.db
# Documentation
README.md
screenshots
*.md
# Docker
Dockerfile
.dockerignore
docker-compose.yml
# Misc
.eslintrc.json
.prettierrc
.editorconfig