mirror of
https://github.com/hempyhemp/hh-auto-reply.git
synced 2026-06-09 02:15:34 +00:00
init
This commit is contained in:
64
.gitignore
vendored
Normal file
64
.gitignore
vendored
Normal file
@@ -0,0 +1,64 @@
|
||||
# dependencies
|
||||
node_modules/
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
pnpm-debug.log*
|
||||
|
||||
# build output
|
||||
dist/
|
||||
build/
|
||||
out/
|
||||
|
||||
# env files
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
|
||||
# logs
|
||||
logs/
|
||||
*.log
|
||||
|
||||
# runtime data
|
||||
pids/
|
||||
*.pid
|
||||
*.seed
|
||||
*.pid.lock
|
||||
|
||||
# coverage
|
||||
coverage/
|
||||
*.lcov
|
||||
|
||||
# IDE
|
||||
.vscode/
|
||||
.idea/
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# testing
|
||||
.nyc_output/
|
||||
|
||||
# TypeScript
|
||||
*.tsbuildinfo
|
||||
|
||||
# Docker
|
||||
.docker/
|
||||
|
||||
# optional cache
|
||||
.cache/
|
||||
.tmp/
|
||||
|
||||
# parcel / vite / webpack cache (если есть фронт сборка)
|
||||
.parcel-cache/
|
||||
.esbuild/
|
||||
.vite/
|
||||
|
||||
# Prisma (если используешь)
|
||||
prisma/migrations/dev.db*
|
||||
prisma/migrations/*.db
|
||||
|
||||
# sensitive
|
||||
session.json
|
||||
prisma/dev.db
|
||||
Reference in New Issue
Block a user