aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/rails/app/templates/gitignore
Commit message (Expand)AuthorAgeFilesLines
* Use .tt extension to all the template filesRafael Mendonça França2017-11-131-37/+0
* Adjust blank linesRyuta Kamizono2017-11-101-2/+2
* Add --skip-active-storage and do so automatically when --skip-active-record i...bogdanvlviv2017-11-061-0/+2
* Make master key added to gitignore the same value as when creating appplicationyuuji.yaginuma2017-09-141-3/+0
* Add credentials using a generic EncryptedConfiguration class (#30067)David Heinemeier Hansson2017-09-111-0/+3
* Add --skip-yarn option to the plugin generatorbogdanvlviv2017-08-151-1/+0
* Refactor `--api` option of the app generatorYoshiyuki Hirano2017-08-131-2/+2
* Create the skeleton directories needed and ignore accordinglyDavid Heinemeier Hansson2017-07-311-0/+3
* Ignore public/assetsamingilani2017-06-271-0/+4
* Doh. We are doing this on secrets:setup. Revert "Ignore the encrypted secrets...David Heinemeier Hansson2017-05-291-3/+0
* Ignore the encrypted secrets key file that is created by rails secrets:setupDavid Heinemeier Hansson2017-05-291-0/+3
* Revert back to the original of using package.json in the root of the project ...David Heinemeier Hansson2017-02-211-2/+2
* Ignore yarn error log fileyuuji.yaginuma2017-02-031-0/+1
* Make Yarn the default, drop default vendor/asset directories (#27300)David Heinemeier Hansson2016-12-081-1/+1
* Yarn: Move node_modules, package.json, and yarn.lock file to vendor (#27245)David Heinemeier Hansson2016-12-011-3/+1
* Add node_modules to default gitignoreLiceth Ovalles2016-11-281-0/+5
* Ignore Byebug command history fileAkira Matsuda2015-12-181-0/+3
* Generate a `.keep` file in `tmp` folderYoong Kang Lim2015-05-301-1/+2
* Omit .keep in .gitignore when generated with --skip-keeps.Ben Pickles2015-05-221-0/+2
* ignore all logfiles but keep the log directory. #17700 [ci skip]Yves Senn2014-11-211-1/+2
* if you want to ignore all the logfiles, no need for extensionsShunsuke Aida2014-11-211-1/+1
* Remove sqlite3 lines from .gitignore if the application is not using sqlite3.Dmitrii Golub2014-03-241-0/+2
* Updated link to to GitHub article about ignoring files [ci skip]Prathamesh Sonpatki2013-05-051-1/+1
* Consistent punctuation for @jaroslawr :bowtie:Jeremy Kemper2012-12-271-1/+1
* Revert "Ignore /bin on new apps" -- given the move to default binstubs, we wa...David Heinemeier Hansson2012-12-261-4/+3
* Ignore /bin on new appsJosé Valim2012-12-221-3/+4
* Quote ~ in git config global excludes command.Matthew M. Boedicker2012-12-011-1/+1
* Add db/*.sqlite3-journal to .gitignoreJo Liss2011-12-201-0/+1
* Add comments to our generated .gitignore, including a note about when to use ...Jeremy Kemper2011-10-081-5/+15
* Revert "Merge pull request #3254 from arunagw/app_gitignore_sqlnet_log"Santiago Pastorino2011-10-081-1/+0
* Sqlnet should also be ignored into the app gitignoreArun Agrawal2011-10-081-0/+1
* Adding .sass-cache to gitignore templateGuillermo Iguaran2011-05-101-0/+1
* Minor fix to gitignore syntaxPeter Aronoff2011-01-141-1/+1
* Load generators from both lib/rails/generators and lib/generators. Using the ...José Valim2010-03-231-0/+4
* Generators load path now will be Ruby load path. If you want to use rspec:ins...José Valim2010-01-181-3/+0
* Added default .gitignore (this is just recognizing Git market share, don't th...David Heinemeier Hansson2009-12-271-0/+3