initial commit

This commit is contained in:
RY4N
2026-03-27 00:33:48 +06:00
commit 3a63c75b3a
63 changed files with 6301 additions and 0 deletions

61
.dockerignore Normal file
View File

@@ -0,0 +1,61 @@
# Dependencies
node_modules
npm-debug.log
yarn-error.log
# Git
.git
.gitignore
.gitattributes
# CI/CD
.github
# Documentation
README.md
*.md
docs
# Environment files
.env
.env.local
.env.*.local
# IDE
.vscode
.idea
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Test files
test
tests
*.test.js
*.spec.js
coverage
# Build artifacts
dist
build
.cache
# Logs
logs
*.log
# Husky and Git hooks
.husky
# ESLint cache
.eslintcache
# Prettier
.prettierignore
# PM2
.pm2