Created
June 17, 2016 16:09
.gitignore for empty git folder
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Игнорируем всё в этой директории | |
* | |
# Кроме самого файла .gitignore | |
!.gitignore |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment