Files
Dena/.dockerignore
2026-08-13 19:50:53 +03:30

34 lines
330 B
Plaintext

# 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