"레일즈 .gitignore"의 두 판 사이의 차이

잔글 (봇: 자동으로 텍스트 교체 (-==참고 자료== +==참고==))
 
(다른 사용자 한 명의 중간 판 하나는 보이지 않습니다)
34번째 줄: 34번째 줄:
* [[.gitignore]]
* [[.gitignore]]


==참고 자료==
==참고==
* https://github.com/rails/rails/blob/master/.gitignore
* https://github.com/rails/rails/blob/master/.gitignore


[[분류: Rails]]
[[분류: 레일즈]]
[[분류: Git]]
[[분류: Git]]

2017년 7월 11일 (화) 02:54 기준 최신판

1 개요[ | ]

레일즈 .gitignore
rails/.gitignore
# Don't put *.swp, *.bak, etc here; those belong in a global ~/.gitignore.
# Check out https://help.github.com/articles/ignoring-files for how to set that up.

.Gemfile
.ruby-version
.byebug_history
debug.log
pkg
/.bundle
/dist
/doc/rdoc
/*/doc
/*/test/tmp
/activerecord/sqlnet.log
/activemodel/test/fixtures/fixture_database.sqlite3
/activesupport/test/fixtures/isolation_test
/railties/test/500.html
/railties/test/fixtures/tmp
/railties/test/initializer/root/log
/railties/doc
/railties/tmp
/guides/output
node_modules/
/actionview/log

2 같이 보기[ | ]

3 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}