summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Exclude Geo DB Yaml on CE tooZeger-Jan van de Weg2018-06-251-1/+1
| | | | | | | | | | | For Geo, a file is created for configuration of the database. This file shouldn't appear in CE, but if you've setup your GDK with a remote pointing to CE and one to EE, this file might be around when switching branches. This will mark the workspace dirty, which annoys me more than it should. [ci skip]
* Update .gitignore with ignoring package-lock.jsonDimitrie Hoekstra2018-06-151-0/+1
|
* Add /vendor/gitaly-ruby to gitignoreJacob Vosmaer2018-05-301-0/+1
|
* Ignore knapsack and rspec_flakyLin Jen-Shin2018-05-041-0/+2
|
* Add gitlab-pages admin ping rake taskJacob Vosmaer (GitLab)2018-04-271-0/+1
|
* gitignore for vscode config fileSimon Knox2018-03-281-0/+1
|
* Prettier Phase 1: Prettier Configuration, Prettifying of files and documentationTim Zallmann2018-03-141-0/+1
|
* Remove sync script for gitlab-svgs and reference the vendored library directlyMike Greiling2018-03-091-0/+3
|
* Add /plugins to gitignoreDmitriy Zaporozhets2018-02-261-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Run plugins as separate process and pass data via STDINDmitriy Zaporozhets2018-02-261-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Ignore content in plugins dirDmitriy Zaporozhets2018-02-261-0/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Added .rej files to gitignorePhil Hughes2018-01-121-0/+1
| | | | [ci skip]
* Git ignore po files ending in time_stampgitignore-po-timestampAchilleas Pipinellis2017-10-021-0/+1
| | | | [ci skip]
* Support multiple Redis instances based on queue typePaul Charlton2017-07-111-0/+3
|
* Allow developers to have custom rspec output settingsJacob Vosmaer2017-06-301-0/+1
|
* Ignore JSON files generated from PO filesRuben Davila2017-06-271-0/+1
|
* instruct yarn to utilize the persistant .yarn-cache directoryMike Greiling2017-05-161-0/+1
|
* Added balsamiq jasmine integration testLuke "Jared" Bennett2017-05-151-0/+1
|
* Merge branch 'master' into 28433-internationalise-cycle-analytics-pageRuben Davila2017-05-021-1/+2
|\
| * Merge branch 'pdflab-in-repo' into 'master' Phil Hughes2017-05-021-0/+1
| |\ | | | | | | | | | | | | Move PDFLab assets into repo See merge request !10642
| | * Move PDFLab into GitLabpdflab-in-repoSam Rose2017-04-281-0/+1
| | |
| * | Ignore all builds* directories from version controlignore-all-builds-dirsAchilleas Pipinellis2017-04-251-1/+1
| |/ | | | | | | | | The restore process copies the old builds/ dir into builds.<epoch>/ which results in Git complaining about untracked files
* | Ignore some files required to the translation processRuben Davila2017-04-131-0/+3
|/
* Merge branch 'master' into feature/multi-level-container-registry-imagesGrzegorz Bizon2017-03-211-0/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (1327 commits) Merge branch 'render-json-leak' into 'security' Merge branch 'ssrf' into 'security' Merge branch 'ssrf' into 'security' Merge branch 'fix-links-target-blank' into 'security' Merge branch '28058-hide-emails-in-atom-feeds' into 'security' Fix karma test Reset filters after click Handle Route#name being nil after an update Only add frontend code coverage instrumentation when generating coverage report fix recompile assets step in 9.0 upgrade guide to use yarn Undo explicit conversion to Integer Make level_value accept string integers Make feature spec more robust Removed d3.js from the main application.js bundle Extend compound status for manual actions specs Update css to be nice and tidy. Fix pipeline status for transition between stages add an index to the ghost column Return 404 in project issues API endpoint when project cannot be found Improve rename projects migration ... Conflicts: doc/ci/docker/using_docker_build.md spec/lib/gitlab/import_export/all_models.yml
| * add webpack bundle analyzer to production outputMike Greiling2017-02-211-0/+1
| |
* | Add configured container registry key to .gitignoreGrzegorz Bizon2017-03-211-0/+1
|/
* Generate ESLint HTML report (!7374)winniehell2016-11-221-0/+1
|
* add ESLintwinniehell2016-10-261-0/+1
| | | | ESLint config: https://github.com/airbnb/javascript
* Verify JWT messages from gitlab-workhorseJacob Vosmaer2016-09-051-0/+1
|
* Add test coverage analysis for CoffeeScript (!5052)winniehell2016-08-071-0/+1
|
* 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
|