-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathcopier.yml
More file actions
44 lines (36 loc) · 815 Bytes
/
Copy pathcopier.yml
File metadata and controls
44 lines (36 loc) · 815 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# Exclude from the final project
_subdirectory: template
_exclude:
- ".git"
- ".github"
- ".gitignore"
- "includes"
- "copier.yml"
- "project"
- ".meta-answers.yml"
- "CODE_OF_CONDUCT.md"
- "CONTRIBUTING.md"
---
# Template settings
!include common/settings.yml
---
# Common questions about the software project
!include common/software.yml
---
# Common questions about software community
!include common/community.yml
---
# Common questions about licensing
!include common/licensing.yml
---
# Common questions about citation
!include common/citation.yml
---
# Template specific questions
!include project/custom.yml
---
# Template User Messages
!include common/messages.yml
---
# Inlcudes customized # UNCOMMENT TO INCLUDE CUSTOME FEATURES
!include custom/customize.yml