Initial project commit
This commit is contained in:
+91
@@ -0,0 +1,91 @@
|
||||
# Dependencies
|
||||
node_modules/
|
||||
.pnp/
|
||||
.pnp.*
|
||||
|
||||
# Package manager caches
|
||||
.npm-cache/
|
||||
.pnpm-store/
|
||||
.yarn/*
|
||||
!.yarn/releases/
|
||||
!.yarn/plugins/
|
||||
!.yarn/patches/
|
||||
!.yarn/sdks/
|
||||
|
||||
# Build output
|
||||
dist/
|
||||
dist-ssr/
|
||||
build/
|
||||
.output/
|
||||
.vite/
|
||||
.vite-ssg-temp/
|
||||
.temp/
|
||||
.tmp/
|
||||
.cache/
|
||||
|
||||
# uni-app
|
||||
unpackage/
|
||||
|
||||
# Python
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
*.so
|
||||
.Python
|
||||
*.egg-info/
|
||||
.eggs/
|
||||
wheels/
|
||||
pip-wheel-metadata/
|
||||
|
||||
# Python tooling
|
||||
.pytest_cache/
|
||||
.mypy_cache/
|
||||
.ruff_cache/
|
||||
.pyre/
|
||||
htmlcov/
|
||||
.coverage
|
||||
.coverage.*
|
||||
coverage.xml
|
||||
|
||||
# Virtual environments
|
||||
.venv/
|
||||
venv/
|
||||
env/
|
||||
|
||||
# Environment files
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
!.env.*.example
|
||||
|
||||
# Local data and uploads
|
||||
server/uploads/*
|
||||
!server/uploads/.gitkeep
|
||||
/uploads/
|
||||
pg_backup/
|
||||
*.db
|
||||
*.sqlite
|
||||
*.sqlite3
|
||||
|
||||
# Logs
|
||||
logs/
|
||||
*.log
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
pnpm-debug.log*
|
||||
|
||||
# Docker local overrides
|
||||
docker-compose.override.yml
|
||||
|
||||
# IDE
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
Desktop.ini
|
||||
Reference in New Issue
Block a user