.gitignore で .* を指定したいけど .gitignore ファイル自体は管理したい

! で無視したくないファイルを指定できる

.*
**/.*
!.gitignore

これでおk