Skip to content

Commit 9f742b9

Browse files
committed
Create structure project
1 parent abb71a9 commit 9f742b9

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

lib/three.json

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
[
2+
{
3+
"name": ".github",
4+
"files": [
5+
{
6+
"name": "ISSUE_TEMPLATE",
7+
"files": [
8+
"bug_report.md",
9+
"feature_request.md"
10+
]
11+
},
12+
"CODE_OF_CONDUCT.md",
13+
"CONTRIBUTING.md",
14+
"LICENSE",
15+
"pull_request_template.md"
16+
]
17+
},
18+
{
19+
"name": "lib",
20+
"files": [
21+
"index.js"
22+
]
23+
},
24+
{
25+
"name": "test",
26+
"files": [
27+
"test.js"
28+
]
29+
},
30+
".eslintrc.json",
31+
".prettierignore",
32+
".prettierrc.json",
33+
".travis.yml",
34+
"package.json"
35+
]

0 commit comments

Comments
 (0)