summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Use absolute paths wherever is possible for .gitignore entries.Ruben Davila2016-05-291-38/+38
|
* Ignore files under "/shared" directory and not other subdirectories that ↵Ruben Davila2016-05-291-1/+1
| | | | | | | contains that name It's working fine now but by making it more explicit we can make tools like 'The Silver Searcher' to parse properly the .gitignore file
* Ignore .byebug_historyignore-byebug-historyZeger-Jan van de Weg2016-03-091-0/+1
|
* Use dedicated relative_url.rb initializerArtem Sidorenko2016-02-291-0/+1
| | | | in order to have it the same way like in omnibus
* Ignore config/sidekiq.yml [ci skip]The rugged tests are fragile2015-12-151-0/+1
|
* Add support for git lfs.lfsMarin Jankovski2015-11-161-0/+1
|
* Move tmp artifacts to shared/artifacts/tmp/. Check for GitLab-Workhorse nowKamil Trzcinski2015-11-101-2/+0
|
* Implement Build ArtifactsKamil Trzcinski2015-11-101-0/+3
| | | | | | | - Offloads uploading to GitLab Workhorse - Use /authorize request for fast uploading - Added backup recipes for artifacts - Support download acceleration using X-Sendfile
* Make Reply by email easier to configureDouwe Maan2015-10-131-1/+0
|
* Fix builds directory storeKamil Trzcinski2015-09-151-1/+1
|
* Merge branch 'master' into ci-and-ce-sitting-in-a-tree-k-i-s-s-i-n-gDouwe Maan2015-08-261-1/+0
|\
* | Update gitignore, change literal DB table names, fix errors, fix fontawesomeDouwe Maan2015-08-261-0/+3
|/
* Reply by email POCDouwe Maan2015-08-181-0/+1
|
* Remove the volumes from the single image to keep it simple.Sytse Sijbrandij2015-05-071-3/+0
|
* Ignore mounted Docker directories.Sytse Sijbrandij2015-05-071-0/+3
|
* Don't ignore any folder called tags :|Douwe Maan2015-04-301-1/+1
|
* Sort .gitignore.Ciro Santilli2014-11-291-28/+28
|
* add gitlab-shell identificationValery Sizov2014-10-151-0/+1
|
* Ignore tags file.Ciro Santilli2014-09-191-0/+1
|
* add smtp_settings.rb to gitignore fileWilliam Herry2014-06-031-0/+1
|
* Added the dump.rdb file to gitignoreJeroen van Baarsen2014-04-061-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-ignoreJeroen van Baarsen2014-03-061-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 gitignoreDmitriy Zaporozhets2014-01-221-0/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add documentation to help section, rack_attack as exampleMarin Jankovski2013-09-301-0/+1
|
* Added .ruby-version & .ruby-gemset in .gitignoreYatish Mehta2013-09-161-0/+2
|
* Fix confusing situation where install guide told you to install init.d ↵Sytse Sijbrandij2013-08-191-1/+0
| | | | script for puma.
* move backup logic to lib. Fixed removing outdated backupsDmitriy Zaporozhets2013-08-051-0/+1
|
* Added ability to close milestone with opened issues. UI for milestone page ↵Dmitriy Zaporozhets2013-08-021-0/+1
| | | | improved
* Generate the Rails secret token on first run.ash2013-05-221-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 PumaDmitriy Zaporozhets2013-04-041-0/+1
|
* Merge pull request #2990 from raphendyr/gitignore_and_logrotateDmitriy Zaporozhets2013-02-181-1/+1
|\ | | | | Change .gitignore to ignore logrotated log files.
| * Change .gitignore to ignore logrotated log files.Jaakko Kantojärvi2013-02-141-1/+1
| |
* | uppercase Gitlab version and revision constants. check api return gitlab ↵Dmitriy Zaporozhets2013-02-161-0/+1
|/ | | | version now
* ignore docs by gitDmitriy Zaporozhets2013-02-091-0/+1
|
* gitignore updates.VonC2013-01-091-0/+1
| | | | | Most yml files are ignored in gitlab/config/, except resque.yml => add it to the list of ignored files.
* REpostiry, Team modelsDmitriy Zaporozhets2013-01-031-0/+1
|
* Added vendor/bundle to gitignore. Removed project js slugifyDmitriy Zaporozhets2012-11-301-0/+1
|
* Ignore chef dir.Sytse Sijbrandij2012-09-051-1/+1
|
* updated gitignore and added rake 0.8.7 to Gemfile because of errorsJeremy Anderson2012-07-241-0/+3
|
* Ignore backups dirDmitriy Zaporozhets2012-07-191-0/+1
|
* gitlab rake tasks refactoredDmitriy Zaporozhets2012-04-041-0/+1
|
* Move OmniAuth configuration details into a non-revision controlled file.Pat Thoyts2012-03-231-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 Vroom2012-03-141-0/+1
|
* Don't enforce rbenv versionChristos Trochalakis2012-02-241-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 Zaporozhets2012-02-191-0/+2
|\ | | | | | | | | | | | | artiom-config-examples Conflicts: .gitignore
| * rename database config to exampleArtiom Lunev2011-12-121-1/+2
| |
| * rename gitlab config file to exampleArtiom Lunev2011-12-121-0/+1
| |
* | add vagrant file to ignore listSaito2012-02-131-0/+2
| |
* | pybments.rb version up. gitignore improvedDmitriy Zaporozhets2012-01-121-0/+2
| |
* | Add .directory to .gitignoreshtirlic2012-01-011-0/+1
|/