Skip to content

Commit c737197

Browse files
author
Jason Kerney
committed
initial commit with 2 projects
1 parent eb30c96 commit c737197

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+6932
-0
lines changed

.all-contributorsrc

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"projectName": "ShapeRefactoring",
3+
"projectOwner": "jason-kerney",
4+
"repoType": "github",
5+
"repoHost": "https://github.com",
6+
"files": [
7+
"./documentation/readme/contrib.md"
8+
],
9+
"imageSize": 100,
10+
"commit": false,
11+
"commitConvention": "none",
12+
"contributors": [
13+
{
14+
"login": "edf-re",
15+
"name": "EDF Renewables",
16+
"avatar_url": "https://avatars.githubusercontent.com/u/13739273?v=4",
17+
"profile": "https://github.com/edf-re",
18+
"contributions": [
19+
"financial"
20+
]
21+
}
22+
],
23+
"contributorsPerLine": 7
24+
}

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
node_modules
2+
coverage
3+
*.recieved.*

0 commit comments

Comments
 (0)