Coeur-Morny-Cono/.dockerignore
2024-11-03 15:11:29 +08:00

24 lines
389 B
Plaintext

# Ignore everything
*
# Allow files and directories
!/.git
!/src
!/.editorconfig
!/.gitattributes
!/.gitignore
!/build.gradle
!/gradle.properties
!/gradlew
!/gradlew.bat
!/morny-github-social-preview-card@0.75x.png
!/README.md
!/settings.gradle
# Ignore unnecessary files inside allowed directories
# This should go after the allowed directories
**/*~
**/*.log
**/.DS_Store
**/Thumbs.db