Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 0 additions & 15 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,16 +1 @@
# Check-in only sample.env, all other env files used for testing should be ignored
**.env
!sample.env

# Check-in only
docker-compose.*.yml
!docker-compose.disable-user-access.yml
!docker-compose.sample-onsite-only-db-config.yml
!docker-compose.port-configuration.yml
!docker-compose.macromolecule-hub.yml
!docker-compose.sample-enable-sso.yml
!docker-compose.sample-csd-theory-db-config.yml
!docker-compose.sample.ldap.yml

# Other
**.swp
33 changes: 33 additions & 0 deletions .markdownlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,36 @@
MD013:
# Number of characters
line_length: 200

# MD033/no-inline-html - Inline HTML
MD033:
# Allowed elements
allowed_elements: [
# Image elements
img,
# Table elements
table,
thead,
tbody,
th,
td,
tr,
col,
colgroup,
hr,
# Definition list elements
dl,
dt,
dd,
# Text body elements
p,
br,
span,
data,
sup,
sub,
code,
em,
strong
]

Comment thread
MatthewT123 marked this conversation as resolved.
Comment thread
MatthewT123 marked this conversation as resolved.
2 changes: 0 additions & 2 deletions BulkUserImportTemplate.csv

This file was deleted.

4 changes: 0 additions & 4 deletions Cloud-Installation/AWS/Serverless/README.md

This file was deleted.

199 changes: 0 additions & 199 deletions Cloud-Installation/AWS/Serverless/webCSD-TD1.json

This file was deleted.

45 changes: 0 additions & 45 deletions Cloud-Installation/AWS/Serverless/webCSD-TD2.json

This file was deleted.

Loading