aboutsummaryrefslogtreecommitdiffstats
path: root/Rails.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Add /public/uploads for file upload gem Shrine (#3333)MetaJuanito Fatas2020-03-111-0/+1
| | | | | When using a file upload gem called Shrine, its file system mode put images under `public/uploads`. https://github.com/shrinerb/shrine/blob/053bcf297e092e9695731fb9b67a86780e898203/doc/storage/file_system.md
* Add .env.* to optionally ignored files in Rails.gitignore. (#3065)hshimoyama2019-12-061-2/+3
|
* Upgrate to rails 6.0.0 (#3167)Marlon Henry Schweigert2019-09-101-0/+1
| | | | | | * Upgrate to rails 6.0.0 * Simplify Rails.gitignore
* Don't ignore tmp and log directory (#2999)OKURA Masafumi2019-03-141-3/+7
| | | | https://weblog.rubyonrails.org/2019/3/13/Rails-4-2-5-1-5-1-6-2-have-been-released/ Rails `5.2.2.1` requires `tmp` directory committed to git repository for CI to run successfully.
* Ignore public/assets in Rails .gitignoreValentine C2018-10-061-0/+1
|
* Add storage and yarn related entries for rails 5.2Gurvir Cheema2018-09-021-0/+12
|
* Add exclude credential master key of Rails 5.2chimame2018-03-281-0/+1
|
* Ignore node_modules (#2538)Stefan2017-12-151-0/+4
| | | Rails 5 uses npm to handle javascript dependancies, node_modules should not be checked in to git.
* Double-asterisk misuseConnor Taffe2017-03-231-1/+1
| | | | `**.` is invalid
* Remove config/secrets.ymlSteve Hull2016-08-081-2/+4
| | | | Rails no longer generates this file with sensitive secrets (default now is to do `secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>` in production).
* Annotate .env additionMax Woolf2016-05-121-0/+3
|
* Add .env to optionally ignored filesMax Woolf2016-05-121-0/+1
| | | | | | Many twelve-factor apps use environment variables rather than the built in Rails secrets mechanism to store secrets. The [dotenv](https://github.com/bkeepers/dotenv) gem is widely used for this purpose and allows environment variables to be loaded from the `.env` file. However, this file should not be committed to source control. This PR just adds the `.env` file to `.gitignore` so that these secrets aren't accidentally committed. In some rare instances, it may be required that this file is committed to source control so I've added it to the list of files that can be removed if the developer is ok with secrets being committed.
* Add .byebug_history to gitignorepisaacs2016-01-231-0/+3
| | | .byebug_history included in default Rails5 setup (https://github.com/rails/rails/blob/master/railties/lib/rails/generators/rails/app/templates/gitignore)
* Fix few typosJustas Brazauskas2015-12-131-2/+2
|
* Typo in commentWafiq Rodzuan2015-01-211-1/+1
| | | I know this is petty, but imagine thousand upon thousand of corrective commits saved by fixing the typo right into the heart of the file.
* Merge pull request #1257 from sidewinder94/patch-1Carl Suster2015-01-071-0/+3
|\ | | | | Ignoring Pow environment settings (Rails)
| * Removed .powconfig lineAntoine-Ali Zarrouk2014-11-181-1/+0
| | | | | | Couldn't find any references to .powconfig being used in application directory
| * Targeted more specifically pow filesAntoine-Ali Zarrouk2014-11-181-1/+2
| |
| * Ignoring Pow environment settingsAntoine-Ali Zarrouk2014-10-211-0/+3
| |
* | Added *.sqlite3-journal to Rails.gitignorerenhx2014-11-131-0/+1
|/
* Add ignores for bower-railsFabian Heredia Montiel2014-07-181-0/+5
| | | bower-rails integrates bower.io into Rails, it allows you to have everything in a Bowerfile and install all vendor assets easily.
* Changing been to being per https://github.com/tmountjrAdam Gross2014-04-181-1/+1
|
* Simple grammar updateAdam Gross2014-04-181-1/+1
|
* add notice about secret filesAdrian Rangel2014-04-041-0/+2
|
* Remove old sass-cache rule for RailsCarl Suster2014-02-211-2/+0
|
* secrets.yml, not secret.Shawn Davenport2013-12-141-1/+1
|
* Rails: Ignore the new home of secret_key_base.Shawn Davenport2013-12-141-0/+1
|
* Join comments in rails templateCarl Suster2013-11-101-4/+2
|
* Optionally ignore ruby env normalisation files, with commentsCarl Suster2013-11-101-3/+12
|
* Merge pull request #522 from zellux/masterAdam Roben2013-11-071-4/+4
|\ | | | | Ignore Rails directories instead of their files
| * Ignore Rails directories instead of their filesYuanxuan Wang2013-01-241-4/+4
| |
* | Remove .project from Rails.gitignore.Pedro Nascimento2013-09-091-1/+0
| |
* | added secret_token.rbAldo Román Nureña2013-08-121-0/+1
|/ | | I added secret_token.rb file to the gitignore as there are public repos sharing it.
* Merge pull request #463 from michaelminter/patch-1Daniel Hengeveld2012-12-191-1/+2
|\ | | | | add .project files to .gitignore
| * add .project files to .gitignoreMichael Minter2012-10-301-1/+2
| | | | | | .project files come from Aptana Studio, a Rails IDE.
* | added .rvmrc to the list of ignored extentionsmwitek2012-10-281-0/+1
|/
* config/*.yml should not be ignored in Railsfrankel2011-12-051-1/+0
| | | | The possible files could be database.yml or sold.yml
* added pickle generated filesMarcin Ciunelis2011-02-211-1/+2
|
* added rerun and config ignoresseenmyfate2010-11-131-0/+2
|
* Ignore .orig files for RailsDavid Padilla2010-11-091-0/+2
|
* Unless full paths are used .gitignore, all matching files and folders will ↵Tom Ward2010-11-081-7/+7
| | | | | | be ignored, however deep they are in the repo. For example, ignoring log/* doesn't just ignore all log files, but also files such as lib/project/log/awesome_logger.rb. It's a mistake I've made a couple of times but never seemed to have learned from.
* rspec config file and capybara generated filesJeffry Degrande2010-11-091-0/+2
|
* sass generated filesJeffry Degrande2010-11-091-0/+2
|
* Remove .rmvrc from Rails.gitignore. Feel free to add manually.Chris Wanstrath2010-11-081-1/+0
|
* I think you also want to ignore vendor/bundle...Joey Geiger2010-11-081-0/+1
|
* Ignore Rubinius compiled filesYaroslav Markin2010-11-091-0/+1
|
* added .rvmrc and coverage/ (rcov) to Rails.gitignorebry4n2010-11-091-0/+2
|
* begin! add Rails and Obj-C templatesChris Wanstrath2010-11-081-0/+5