mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Added default .gitignore (this is just recognizing Git market share, don't throw a hissy if you use another SCM) [DHH]
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
*Edge*
|
||||
|
||||
* Added default .gitignore (this is just recognizing Git market share, don't throw a hissy if you use another SCM) [DHH]
|
||||
|
||||
* Added cookies.permanent, cookies.signed, and cookies.permanent.signed accessor for common cookie actions [DHH]. Examples:
|
||||
|
||||
cookies.permanent[:prefers_open_id] = true
|
||||
|
||||
@@ -49,6 +49,7 @@ module Rails::Generators
|
||||
|
||||
def create_root_files
|
||||
copy_file "README"
|
||||
copy_file "gitignore", ".gitignore"
|
||||
template "Rakefile"
|
||||
template "config.ru"
|
||||
template "Gemfile"
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
db/*.sqlite3
|
||||
log/*.log
|
||||
tmp/**/*
|
||||
Reference in New Issue
Block a user