mirror of
https://github.com/Eyre-S/Coeur-Morny-Cono.git
synced 2024-11-22 03:04:54 +08:00
24 lines
389 B
Plaintext
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
|