Skip to content

Instantly share code, notes, and snippets.

@wnoguchi
Last active November 22, 2017 03:51
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wnoguchi/36cc49a9590cbec4aba3 to your computer and use it in GitHub Desktop.
Save wnoguchi/36cc49a9590cbec4aba3 to your computer and use it in GitHub Desktop.
ぼくのかんがえたさいきょうの .gitignore 。
# Project Specific rules here
# Temporary Files
#---------------------------
# vim
[._]*.s[a-w][a-z]
[._]s[a-w][a-z]
*.un~
Session.vim
.netrwhist
# Emacs
.\#*
# Backup files
#---------------------------
*~
*.orig
*.bak
# yyyyMMdd
*.[0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9]
# yyyyMMddHHmm
*.[0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9]
# yyyyMMddHHmmss
*.[0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9]
# OS dependent files
#---------------------------
.DS_Store
Thumbs.db
# Bundler specific
#---------------------------
/vendor/bundle/
/.bundle/
# Office specific
~$*
# Vagrant specific
.vagrant/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment