- 12 5月, 2016 2 次提交
-
-
由 Max Woolf 提交于
-
由 Max Woolf 提交于
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.
-
- 24 1月, 2016 1 次提交
-
-
由 pisaacs 提交于
.byebug_history included in default Rails5 setup (https://github.com/rails/rails/blob/master/railties/lib/rails/generators/rails/app/templates/gitignore)
-
- 13 12月, 2015 1 次提交
-
-
由 Justas Brazauskas 提交于
-
- 21 1月, 2015 1 次提交
-
-
由 Wafiq Rodzuan 提交于
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.
-
- 18 11月, 2014 2 次提交
-
-
由 Antoine-Ali Zarrouk 提交于
Couldn't find any references to .powconfig being used in application directory
-
由 Antoine-Ali Zarrouk 提交于
-
- 13 11月, 2014 1 次提交
-
-
由 renhx 提交于
-
- 21 10月, 2014 1 次提交
-
-
由 Antoine-Ali Zarrouk 提交于
-
- 19 7月, 2014 1 次提交
-
-
由 Fabian Heredia Montiel 提交于
bower-rails integrates bower.io into Rails, it allows you to have everything in a Bowerfile and install all vendor assets easily.
-
- 19 4月, 2014 2 次提交
-
-
-
由 Adam Gross 提交于
-
- 05 4月, 2014 1 次提交
-
-
由 Adrian Rangel 提交于
-
- 21 2月, 2014 1 次提交
-
-
由 Carl Suster 提交于
-
- 15 12月, 2013 2 次提交
-
-
由 Shawn Davenport 提交于
-
由 Shawn Davenport 提交于
-
- 10 11月, 2013 2 次提交
-
-
由 Carl Suster 提交于
-
由 Carl Suster 提交于
-
- 09 9月, 2013 1 次提交
-
-
由 Pedro Nascimento 提交于
-
- 13 8月, 2013 1 次提交
-
-
由 Aldo Román Nureña 提交于
I added secret_token.rb file to the gitignore as there are public repos sharing it.
-
- 24 1月, 2013 1 次提交
-
-
由 Yuanxuan Wang 提交于
-
- 31 10月, 2012 1 次提交
-
-
由 Michael Minter 提交于
.project files come from Aptana Studio, a Rails IDE.
-
- 29 10月, 2012 1 次提交
-
-
由 mwitek 提交于
-
- 05 12月, 2011 1 次提交
-
-
由 frankel 提交于
The possible files could be database.yml or sold.yml
-
- 22 2月, 2011 1 次提交
-
-
由 Marcin Ciunelis 提交于
-
- 13 11月, 2010 1 次提交
-
-
由 seenmyfate 提交于
-
- 09 11月, 2010 9 次提交
-
-
由 David Padilla 提交于
-
由 Tom Ward 提交于
Unless full paths are used .gitignore, all matching files and folders will 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.
-
由 Jeffry Degrande 提交于
-
由 Jeffry Degrande 提交于
-
由 Chris Wanstrath 提交于
-
由 Joey Geiger 提交于
-
由 Yaroslav Markin 提交于
-
由 bry4n 提交于
-
由 Chris Wanstrath 提交于
-