Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Commit 5d711fd

Browse files
authored
Merge pull request #2 from reactphp-parallel/git-config
Git config
2 parents 0780623 + 4151ad6 commit 5d711fd

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

.gitattributes

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Ignoring files for distribution archieves
2+
examples/ export-ignore
3+
tests/ export-ignore
4+
.dunitconfig export-ignore
5+
.travis.yml export-ignore
6+
.gitignore export-ignore
7+
.gitattributes export-ignore
8+
.scrutinizer.yml export-ignore
9+
.styleci.yml export-ignore
10+
appveyor.yml export-ignore
11+
phpunit.xml.dist export-ignore

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
src/Generated
2+
vendor/

src/Generated/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)