first commit

This commit is contained in:
Beyhan Oğur
2026-04-26 21:52:23 +03:00
commit 880f412e2c
2662 changed files with 866266 additions and 0 deletions

87
.dockerignore Normal file
View File

@@ -0,0 +1,87 @@
# Git
.git/
.gitignore
.github/
# Node.js
node_modules/
**/node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Build outputs
dist/
build/
out/
*.tsbuildinfo
# Logs
logs/
*.log
# Environment files
.env
.env.*
*.env
# IDE and editor files
.vscode/
.idea/
*.swp
*.swo
*~
# OS files
.DS_Store
Thumbs.db
# Testing
coverage/
.nyc_output/
# Cache directories
.cache/
.parcel-cache/
# Documentation that's not needed for build
docs/
README.md
*.md
# CI/CD
ci/
# Plugin build artifacts
plugins/*/dist/
# Test directories
tests/
test/
__tests__/
# Not needed for build
cli/
terraform/
helm-charts/
npx/
nix/
recipes/
examples/
.claude/
pulse.yaml
flake.nix
# Temporary build artifacts
tmp/
**/tmp/
transports/bifrost-http/tmp/
# Temporary files
tmp/
temp/
.tmp/
# Go workspaces (local only)
go.work
go.work.sum