Explain the .* .gitignore rule
This commit is contained in:
parent
39c892eff4
commit
c899ff3523
1 changed files with 2 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,5 +1,7 @@
|
|||
!.editorconfig
|
||||
*.obj
|
||||
# Ignore all hidden files everywhere.
|
||||
# Use `git add -f` to add hidden files.
|
||||
.*
|
||||
/doc/tags
|
||||
/init.vim
|
||||
|
|
Reference in a new issue