Files
skript-be/.dockerignore
Fahri Can Seçer bbec8f09bb
Some checks failed
Build and Deploy Backend / build-and-push (push) Failing after 3m5s
Build and Deploy Backend / deploy (push) Has been skipped
main
2026-01-28 02:31:36 +03:00

43 lines
310 B
Plaintext

# Dependencies
node_modules
npm-debug.log
# Build output
dist
# Docker
docker-compose*.yml
.docker
# Environment
.env
.env.*
!.env.example
# IDE
.idea
.vscode
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Git
.git
.gitignore
# Documentation
README.md
docs
# Tests
coverage
.nyc_output
test
# Logs
logs
*.log