git - including multiple gitignore files in one -
here content of gitignore of yadr, popular project built on top of zsh :
1 # osx taken from: https://github.com/github/gitignore/blob/master/global/osx.gitignore 2 # ---------------------------------------------------------------------------------------------- 3 .ds_store 4 # thumbnails 5 ._* 6 # files might appear on external disk 7 .spotlight-v100 8 .trashes 9 10 # windows taken from: https://github.com/github/gitignore/blob/master/global/windows.gitignore 11 # ---------------------------------------------------------------------------------------------- 12 # windows image file caches 13 thumbs.db ...
that looks awful solution.
=> not possible include multiple gitignore, , have them maintained separately ?
Comments
Post a Comment