Skip to content

Commit 93c0896

Browse files
妙善 陆Space
妙善 陆
authored and
Space
committed
Initial commit
0 parents  commit 93c0896

File tree

3 files changed

+52
-0
lines changed

3 files changed

+52
-0
lines changed

Diff for: .gitignore

Whitespace-only changes.

Diff for: CODEOWNERS

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Each line represents a rule, followed by a list of members.
2+
# These members are the default owners for all files that match the specified pattern.
3+
# The pattern generally follows the same syntax used for .gitignore files.
4+
# The last matching rule always wins; those that appear lower in the file take precedence over rules that appear higher up.
5+
# Specify owners by their username, email, or role assignment in the project.
6+
7+
# Examples:
8+
9+
# Member with username "john.smith" and member with email "[email protected]"
10+
# own any JavaScript file in repository
11+
# *.js john.smith [email protected]
12+
13+
# Bob owns all files under "subdir" directory at the repository root and all its subdirectories
14+
# /subdir/ Bob
15+
16+
# All members who are assigned the Project Collaborator role own any file under docs/ directory
17+
# anywhere in the repository, but not further nested files
18+
# docs/* "Project Collaborator"
19+
20+
# This file itself is owned by members who are assigned the Project Admin role in this project.
21+
CODEOWNERS "Project Admin"

Diff for: README.md

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# propro/ProPro-Front
2+
3+
4+
5+
## Getting Started
6+
7+
Download links:
8+
9+
SSH clone URL: ssh://[email protected]/csibio/propro/ProPro-Front.git
10+
11+
HTTPS clone URL: https://git.jetbrains.space/csibio/propro/ProPro-Front.git
12+
13+
14+
15+
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
16+
17+
## Prerequisites
18+
19+
What things you need to install the software and how to install them.
20+
21+
```
22+
Examples
23+
```
24+
25+
## Deployment
26+
27+
Add additional notes about how to deploy this on a production system.
28+
29+
## Resources
30+
31+
Add links to external resources for this project, such as CI server, bug tracker, etc.

0 commit comments

Comments
 (0)