Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reply by email POC | Douwe Maan | 2015-08-18 | 1 | -0/+1 |
| | |||||
* | Remove the volumes from the single image to keep it simple. | Sytse Sijbrandij | 2015-05-07 | 1 | -3/+0 |
| | |||||
* | Ignore mounted Docker directories. | Sytse Sijbrandij | 2015-05-07 | 1 | -0/+3 |
| | |||||
* | Don't ignore any folder called tags :| | Douwe Maan | 2015-04-30 | 1 | -1/+1 |
| | |||||
* | Sort .gitignore. | Ciro Santilli | 2014-11-29 | 1 | -28/+28 |
| | |||||
* | add gitlab-shell identification | Valery Sizov | 2014-10-15 | 1 | -0/+1 |
| | |||||
* | Ignore tags file. | Ciro Santilli | 2014-09-19 | 1 | -0/+1 |
| | |||||
* | add smtp_settings.rb to gitignore file | William Herry | 2014-06-03 | 1 | -0/+1 |
| | |||||
* | Added the dump.rdb file to gitignore | Jeroen van Baarsen | 2014-04-06 | 1 | -0/+1 |
| | | | | | | Whenever i'm working on GitLab I have redis running, but redis is generating a db dump file called dump.rdb, I dont think that should be checked in, so it should be on the gitignore list | ||||
* | Add envrc to git-ignore | Jeroen van Baarsen | 2014-03-06 | 1 | -0/+1 |
| | | | | | envrc files are created when you use direnv (Its recommended in combination with spring, see: https://github.com/rails/spring#setup) | ||||
* | Add public assets to gitignore | Dmitriy Zaporozhets | 2014-01-22 | 1 | -0/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Add documentation to help section, rack_attack as example | Marin Jankovski | 2013-09-30 | 1 | -0/+1 |
| | |||||
* | Added .ruby-version & .ruby-gemset in .gitignore | Yatish Mehta | 2013-09-16 | 1 | -0/+2 |
| | |||||
* | Fix confusing situation where install guide told you to install init.d ↵ | Sytse Sijbrandij | 2013-08-19 | 1 | -1/+0 |
| | | | | script for puma. | ||||
* | move backup logic to lib. Fixed removing outdated backups | Dmitriy Zaporozhets | 2013-08-05 | 1 | -0/+1 |
| | |||||
* | Added ability to close milestone with opened issues. UI for milestone page ↵ | Dmitriy Zaporozhets | 2013-08-02 | 1 | -0/+1 |
| | | | | improved | ||||
* | Generate the Rails secret token on first run. | ash | 2013-05-22 | 1 | -0/+1 |
| | | | | | Store the secret token in a .gitignored file called ".secret", which is created by the initializer if it doesn't exist. | ||||
* | Replace unicorn with Puma | Dmitriy Zaporozhets | 2013-04-04 | 1 | -0/+1 |
| | |||||
* | Merge pull request #2990 from raphendyr/gitignore_and_logrotate | Dmitriy Zaporozhets | 2013-02-18 | 1 | -1/+1 |
|\ | | | | | Change .gitignore to ignore logrotated log files. | ||||
| * | Change .gitignore to ignore logrotated log files. | Jaakko Kantojärvi | 2013-02-14 | 1 | -1/+1 |
| | | |||||
* | | uppercase Gitlab version and revision constants. check api return gitlab ↵ | Dmitriy Zaporozhets | 2013-02-16 | 1 | -0/+1 |
|/ | | | | version now | ||||
* | ignore docs by git | Dmitriy Zaporozhets | 2013-02-09 | 1 | -0/+1 |
| | |||||
* | gitignore updates. | VonC | 2013-01-09 | 1 | -0/+1 |
| | | | | | Most yml files are ignored in gitlab/config/, except resque.yml => add it to the list of ignored files. | ||||
* | REpostiry, Team models | Dmitriy Zaporozhets | 2013-01-03 | 1 | -0/+1 |
| | |||||
* | Added vendor/bundle to gitignore. Removed project js slugify | Dmitriy Zaporozhets | 2012-11-30 | 1 | -0/+1 |
| | |||||
* | Ignore chef dir. | Sytse Sijbrandij | 2012-09-05 | 1 | -1/+1 |
| | |||||
* | updated gitignore and added rake 0.8.7 to Gemfile because of errors | Jeremy Anderson | 2012-07-24 | 1 | -0/+3 |
| | |||||
* | Ignore backups dir | Dmitriy Zaporozhets | 2012-07-19 | 1 | -0/+1 |
| | |||||
* | gitlab rake tasks refactored | Dmitriy Zaporozhets | 2012-04-04 | 1 | -0/+1 |
| | |||||
* | Move OmniAuth configuration details into a non-revision controlled file. | Pat Thoyts | 2012-03-23 | 1 | -0/+1 |
| | | | | | | | | Provide an omniauth.rb.sample file to avoid encouraging end-users to commit their provider access details (passwords or api tokens) into their git repositories. Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net> | ||||
* | Ignore db/data.yml after running `rake db:dump`. | Ariejan de Vroom | 2012-03-14 | 1 | -0/+1 |
| | |||||
* | Don't enforce rbenv version | Christos Trochalakis | 2012-02-24 | 1 | -0/+1 |
| | | | | | It would be better not include either rbenv or a specific rbenv version with gitlab. | ||||
* | Merge branch 'config-examples' of https://github.com/artiom/gitlabhq into ↵ | Dmitriy Zaporozhets | 2012-02-19 | 1 | -0/+2 |
|\ | | | | | | | | | | | | | artiom-config-examples Conflicts: .gitignore | ||||
| * | rename database config to example | Artiom Lunev | 2011-12-12 | 1 | -1/+2 |
| | | |||||
| * | rename gitlab config file to example | Artiom Lunev | 2011-12-12 | 1 | -0/+1 |
| | | |||||
* | | add vagrant file to ignore list | Saito | 2012-02-13 | 1 | -0/+2 |
| | | |||||
* | | pybments.rb version up. gitignore improved | Dmitriy Zaporozhets | 2012-01-12 | 1 | -0/+2 |
| | | |||||
* | | Add .directory to .gitignore | shtirlic | 2012-01-01 | 1 | -0/+1 |
|/ | |||||
* | .rvmrc not gitted anymore | Brendan Stennett | 2011-12-10 | 1 | -0/+1 |
| | |||||
* | gitignore | gitlabhq | 2011-10-09 | 1 | -0/+9 |