-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathninja.yaml
More file actions
19 lines (19 loc) · 922 Bytes
/
ninja.yaml
File metadata and controls
19 lines (19 loc) · 922 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
configVersion: 1
files:
- name: .editorconfig
contentUri: https://gitlab.aiursoft.com/aiursoft/template/-/raw/master/.editorconfig
- name: .gitignore
contentUri: https://gitlab.aiursoft.com/aiursoft/template/-/raw/master/.gitignore
- name: .gitlab-ci.yml
contentUri: https://gitlab.aiursoft.com/aiursoft/template/-/raw/master/.gitlab-ci.yml
- name: lint.sh
contentUri: https://gitlab.aiursoft.com/aiursoft/template/-/raw/master/lint.sh
- name: LICENSE
contentUri: https://gitlab.aiursoft.com/aiursoft/template/-/raw/master/LICENSE
- name: CODE_OF_CONDUCT.md
contentUri: https://gitlab.aiursoft.com/aiursoft/template/-/raw/master/CODE_OF_CONDUCT.md
- name: ninja.yaml
contentUri: https://gitlab.aiursoft.com/aiursoft/template/-/raw/master/ninja.yaml
- name: nuget.config
contentUri: https://gitlab.aiursoft.com/aiursoft/template/-/raw/master/nuget.config
- name: README.md