Skip to content

Instantly share code, notes, and snippets.

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