Sha256: 41036a640218b721146b4e3311b46345a64c08c11b85ea0a494e56a91fb99be9
Contents?: true
Size: 567 Bytes
Versions: 5
Compression:
Stored size: 567 Bytes
Contents
# コメントは `#' # .svn フォルダ # ディレクトリは最後にスラッシュ .svn/ # vim のバックアップファイル # * は展開される *.swp # /tmp のように '/' から始めれば # カレントディレクトリの tmp のみ無視 # /hoge/tmp などは無視されない /tmp .ipynb_checkpoints/ .DS_Store /.bundle/ .yardoc/ /Gemfile.lock /_yardoc/ /coverage/ /doc/ /docs/ /pkg/ /spec/reports/ /tmp/ *~ \#* Dockerfile # $ git rm -r --cached . # $ git add . # $ git commit -m ".gitignore is now working" # $ git push origin master
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
my_help-0.6.1 | .gitignore |
my_help-0.6.0 | .gitignore |
my_help-0.5.2 | .gitignore |
my_help-0.5.1 | .gitignore |
my_help-0.5.0 | .gitignore |