mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-27 22:49:56 -05:00
Ignore readme files in subdirectories.
This prevents theme and plugin readme files from appearing as new files.
This commit is contained in:
parent
696cfe7018
commit
6aae14b954
1 changed files with 2 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -46,7 +46,7 @@ projectFilesBackup
|
||||||
/content/themes/**/*
|
/content/themes/**/*
|
||||||
/content/images/**/*
|
/content/images/**/*
|
||||||
!/content/themes/casper/**
|
!/content/themes/casper/**
|
||||||
!README.md
|
!/README.md
|
||||||
|
|
||||||
# Changelog, which is autogenerated, not committed
|
# Changelog, which is autogenerated, not committed
|
||||||
CHANGELOG.md
|
CHANGELOG.md
|
||||||
|
|
Loading…
Add table
Reference in a new issue