Skip to content

Commit

Permalink
add composer.json + export-ignore some folders
Browse files Browse the repository at this point in the history
  • Loading branch information
dmaicher committed May 18, 2021
1 parent 1c38af6 commit 0e29d32
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
dotNet/ export-ignore
dotNet45 export-ignore
Go export-ignore
Java export-ignore
Node.js export-ignore
Python export-ignore
Ruby export-ignore
README.md export-ignore
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,6 @@ __pycache__
*~
TAGS
*.bak

/vendor/
composer.lock
8 changes: 8 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"name": "ca/semantria-sdk",
"description": "our own fork of the Semantria SDK",
"type": "library",
"require": {
"php": "^7.4"
}
}

0 comments on commit 0e29d32

Please sign in to comment.