&tag(git/gitignore);
*目次 [#ic276617]
#contents
*関連ページ [#o5954a07]
*参考情報 [#nf9d86c4]


*Rails開発 [#f23d229a]
**Gemfile.lockはどうすべきか [#b6142e93]
-[[ちょっと待った! Railsでgitリポジトリから除外すべきでないファイル:Gemfile.lockとdb/schema.rb | TechRacho:http://techracho.bpsinc.jp/hachi8833/2014_02_07/15390]]によるおt,いれたほうがいいらしい
*Tips [#a7d4bd5a]
**無視されたファイルを表示するには [#r7ded722]
-[[Show ignored files in git - Stack Overflow:http://stackoverflow.com/questions/466764/show-ignored-files-in-git]]より、以下がわかりやすい?
 git status --ignored

**空のフォルダを管理する [#q9bbafd1]
-[[Gitで空のディレクトリを管理する方法の復習|リスティング広告の運用代行ならカルテットコミュニケーションズ:https://quartet-communications.com/info/topics/13642]]
-.gitkeepを使う。
#pre{{
app/tmp/*
!.gitkeep
}}


トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS