Initial commit

This commit is contained in:
Yaser
2026-08-13 19:50:53 +03:30
commit 38084458fe
879 changed files with 95198 additions and 0 deletions

33
.dockerignore Normal file
View File

@@ -0,0 +1,33 @@
# Ignore git
.git
.gitignore
# JetBrains IDE files
.idea
# Ignore docker
Dockerfile
Dockerfile.plugin
.dockerignore
# Ignore CI related files
ci
.travis.yml
# Ignore files for development
.ruby-version
.rspec
.DS_Store
*.md
docs
tmp
log
.god
# Ignore bundler config
/.bundle
# Ignore locally installed gems
/vendor/bundle