"레일즈 .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...)
 
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]]
[[분류: Rails]]
[[분류: /var/www/laravel]]
[[분류: Git]]
[[분류: Git]]

2017년 4월 9일 (일) 20:14 판

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 }}