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

(새 문서: ==개요== ;라라벨 .gitignore ;laravel/.gitignore ;/var/www/laravel/.gitignore <source lang='bash'> # Don't put *.swp, *.bak, etc here; those belong in a global ~/.gitignore. # Ch...)
 
잔글 (봇: 자동으로 텍스트 교체 (-==참고 자료== +==참고==))
 
(다른 사용자 한 명의 중간 판 2개는 보이지 않습니다)
1번째 줄: 1번째 줄:
==개요==
==개요==
;라라벨 .gitignore
;레일즈 .gitignore
;laravel/.gitignore
;rails/.gitignore
;/var/www/laravel/.gitignore
 
<source lang='bash'>
<source lang='bash'>
# Don't put *.swp, *.bak, etc here; those belong in a global ~/.gitignore.
# Don't put *.swp, *.bak, etc here; those belong in a global ~/.gitignore.
31번째 줄: 31번째 줄:


==같이 보기==
==같이 보기==
* [[라라벨 .env]]
* [[레일즈]]
* [[라라벨]]
* [[.gitignore]]
* [[.gitignore]]


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


[[분류: Laravel]]
[[분류: 레일즈]]
[[분류: /var/www/laravel]]
[[분류: 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 }}