abirutakayuki posted at May 06, 2020
.gitignore に gitignore.io を使う
gitignore.io とは
gitignore.ioは、環境、言語に合わせて.gitignoreを生成してくれるサービス。
- 0
kenji-kondo posted at Aug 24, 2019
gitignore
# ignore gitignore
.gitignore
# for intellij
.idea
*.iml
# for python
venv
*.p ...
- 1
sf213471118 posted at Jul 18, 2019
.gitignoreについて
.gitignoreの記述方法
例えばこんなディレクトリ階層を考える。 この.gitignoreのファイルに管理対象から外すルールを書き込んでいく。 例えば ...
- 10
Masabow posted at Dec 15, 2016
.gitignore
.gitignoreで無視するファイル・ディレクトリを指定する
gitで無視するファイルやフォルダのパターンを記述する
形式
項目
書き方
コメント
#を行の先頭につける。 ...
- 0
mo49 posted at Feb 25, 2016
.gitignore
スタンダード
.gitignore
#file ignore
Thumbs.db
.DS_Store
#directory ignore
.sass-cache/
node_ ...
- 1
y_minowa posted at Sep 01, 2014
.gitignoreについて
What's .gitignore?
教科書的にいうと、.gitignoreとは、Gitリポジトリにおいて、意図的に追跡対象から外したい(無視したい)ファイ ...
- 52
elzup posted at Oct 11, 2015
gitignore に書くべきでないものは gitignore_global へ
;DR
github/gitignore にあるか github/gitignore - Global にあるかで判断
gitignore ...
- 150
- 3
DD1 posted at Oct 25, 2020
gitignoreとは一体はなんぞや
gitignore
これなんとなくコミットさせたくないから〜的なこと認識でいたんです
まあ一応そんな感じではあるのですが、ただどういうときに必要なのかいまいちピンときていなか ...
- 0
2754github posted at Jul 18, 2020
.gitignoreチートシート
じめに・・・
.gitignoreに困ったらGitHub公式による.gitignoreのテンプレート集を使えば良い。 .gitignore ...
- 0
nossy posted at Jul 17, 2020
.gitignoreのテンプレート
gitignoreの書き方がわからないときに使うテンプレ作成ツール
めちゃくちゃ助かってます
サービスはこちら -> toptal/gitignore ...
- 0
Search syntax
- title:Git
- Containing "Git" in title
- body:Ruby
- Containing "Ruby" in body
- code:function
- Containing "function" in code
- tag:Rails
- Tagged with "Rails"
- user:qiita
- Created by qiita
- stocks:>3
- more than 3 stocked
- created:>2020-12-25
- Created after 2020-12-25
- updated:>2020-12
- Updated after 2020-12-01
- -tag:Ruby
- Not containing "tag:Ruby"
- Ruby OR Rails
- Containing "Ruby" or "Rails"