Created
June 17, 2016 16:09
-
-
Save gunlinux/538d6022137327a169852f309fcf11bb to your computer and use it in GitHub Desktop.
.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