Commit 6b9cb291 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Preserve files needed for gitlab to start

parent cdbc0150
......@@ -224,8 +224,11 @@ lib
/srv/www/[^/]*\.js
/srv/www/.*\.license_encryption_key\.pub
/srv/www/.*\.gemspec
/srv/www/\.bundle/.*
/srv/www/.*/\.bundle/.*
/srv/www/vendor/.*/gems/[^/]*/lib/.*/(tests?|system_testing|test_helpers)/([^/]*/)*[^/]*\.rb
/srv/www/vendor/.*/gems/.*/(test_unit|test_helper)/(.*/)?[^.][^/]*
/srv/www/vendor/([^/]*/){3}extensions/.*\.(out|build_complete)
dev
/srv/www/.*/angular\.json
/srv/www/.*/tslint_typechecks\.json
......@@ -268,7 +271,6 @@ dev
/srv/www/.*/.*\.log
/srv/www/.*/\.yardstick\.yml
/srv/www/.*/\.rock\.yml
/srv/www/vendor/([^/]*/){3}extensions/.*\.(out|build_complete)
/srv/www/packaging/.*
/srv/www/lib/.*\.rake
/srv/www/public/.*\.(map|json)
......@@ -277,7 +279,6 @@ dev
/srv/www/(tslint|package)\.json
/srv/www/browserslist
/srv/www/codecov\.yml
/srv/www/\.bundle/.*
/srv/www/.*yarn.lock
/srv/www/.*\.haml-lint_todo.yml
/srv/www/.*\.foreman
......@@ -368,7 +369,6 @@ tests
/srv/www/vendor/.*/gems/.*/test/.*/(configure|config|data)
/srv/www/vendor/.*/gems/.*/testserver/(.*/)?[^.][^/]*
/srv/www/vendor/.*/gems/.*/testing/(.*/)?[^.][^/]*
/srv/www/vendor/.*/gems/.*/(test_unit|test_helper)/(.*/)?[^.][^/]*
/srv/www/vendor/.*/gems/[^/]*/features/(.*/)?[^.][^/]*\.rb
/srv/www/vendor/.*/gems/.*/(system_test|integration_test)/[^/]*\.rb
/srv/www/vendor/.*/gems/httpclient.*/test/ht.*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment