Ignore documentation in Docker images

This commit is contained in:
Stanko K.R.
2025-12-09 15:22:34 +01:00
parent 6b229424a3
commit db22745d64
+8
View File
@@ -6,6 +6,14 @@
# Ignore bundler config. # Ignore bundler config.
/.bundle /.bundle
# Ignore documentation
/docs/
/README.md
/CLAUDE.md
/AGENTS.md
/STYLE.md
/CONTRIBUTING.md
# Ignore all environment files (except templates). # Ignore all environment files (except templates).
/.env* /.env*
!/.env*.erb !/.env*.erb