Last active
June 12, 2016 12:36
-
-
Save kitsuyui/fead48e260e03dc0502b06c413efc77c to your computer and use it in GitHub Desktop.
gibo で .gitignore を作るときに .python-version を書かなくても良くなっていた。 ref: http://qiita.com/kitsuyui/items/51cf7ddcafb345d5ba5a
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
$ gibo Python > .gitignore | |
$ echo '.python-version' >> .gitignore |
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
$ gibo Python > .gitignore |
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
$ gibo --update |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment