mirror of
https://github.com/Leado123/sharesyllabus-server.git
synced 2025-12-13 22:57:28 +00:00
52 lines
428 B
Plaintext
52 lines
428 B
Plaintext
# Dependencies
|
|
node_modules
|
|
|
|
# Git
|
|
.git
|
|
.gitignore
|
|
.gitattributes
|
|
|
|
# Environment files
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# IDE
|
|
.idea
|
|
.vscode
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
# Build artifacts
|
|
dist
|
|
build
|
|
|
|
# Test files
|
|
*.test.ts
|
|
*.spec.ts
|
|
__tests__
|
|
coverage
|
|
|
|
# Documentation
|
|
README.md
|
|
*.md
|
|
|
|
# Docker
|
|
Dockerfile
|
|
docker-compose.yml
|
|
.dockerignore
|
|
|
|
# Misc
|
|
*.txt
|
|
.graphqlconfig
|
|
vercel.json
|
|
scripts
|