first commit

This commit is contained in:
2026-02-06 15:41:01 +07:00
commit beb09cb7c6
10 changed files with 1216 additions and 0 deletions
+31
View File
@@ -0,0 +1,31 @@
# Git
.git
.gitignore
.gitea
# IDE and editor
.idea
.vscode
*.swp
*.swo
*~
# Build artifacts
nats-ui
*.exe
*.test
*.out
# Documentation (not needed in image)
README.md
*.md
# Docker
Dockerfile
.dockerignore
docker-compose.yaml
docker-compose*.yml
# OS
.DS_Store
Thumbs.db