Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
doctrine-dbal
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tomáš Trávníček
doctrine-dbal
Commits
2afd876d
Unverified
Commit
2afd876d
authored
Aug 17, 2018
by
Sergei Morozov
Committed by
GitHub
Aug 17, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3259 from Majkl578/update-export-ignores
Update export ignores
parents
d2159ea6
1bfc30bd
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
14 deletions
+14
-14
.gitattributes
.gitattributes
+13
-10
composer.json
composer.json
+0
-3
composer.lock
composer.lock
+1
-1
No files found.
.gitattributes
View file @
2afd876d
/tests export-ignore
/.appveyor.yml export-ignore
/.gitattributes export-ignore
/.github export-ignore
/.gitignore export-ignore
/.scrutinizer.yml export-ignore
/.travis.yml export-ignore
/build.properties export-ignore
/build.xml export-ignore
/composer.lock export-ignore
/docs export-ignore
/docs export-ignore
.gitattributes export-ignore
.gitignore export-ignore
.appveyor.yml export-ignore
.travis.yml export-ignore
build.properties export-ignore
build.xml export-ignore
phpunit.xml.dist export-ignore
run-all.sh export-ignore
/phpcs.xml.dist export-ignore
/phpcs.xml.dist export-ignore
/composer.lock export-ignore
/phpstan.neon.dist export-ignore
/phpunit.xml.dist export-ignore
/run-all.sh export-ignore
/tests export-ignore
composer.json
View file @
2afd876d
...
@@ -44,8 +44,5 @@
...
@@ -44,8 +44,5 @@
"dev-master"
:
"2.9.x-dev"
,
"dev-master"
:
"2.9.x-dev"
,
"dev-develop"
:
"3.0.x-dev"
"dev-develop"
:
"3.0.x-dev"
}
}
},
"archive"
:
{
"exclude"
:
[
"!vendor"
,
"tests"
,
"*phpunit.xml"
,
".appveyor.yml"
,
".travis.yml"
,
"build.xml"
,
"build.properties"
,
"composer.phar"
]
}
}
}
}
composer.lock
View file @
2afd876d
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
"This file is @generated automatically"
],
],
"content-hash": "
69dd02e4a1e8f77823b3676b3f707ef6
",
"content-hash": "
c1b5ddb5a1259c7ac793dd9c6e6d657a
",
"packages": [
"packages": [
{
{
"name": "doctrine/cache",
"name": "doctrine/cache",
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment