Skip to content

Commit a91f51b

Browse files
committed
Merge branch 'main' into dependabot/bundler/nokogiri-1.19.4
2 parents d4b20ee + 99dff46 commit a91f51b

20 files changed

Lines changed: 467 additions & 83075 deletions

.bundle/config

Lines changed: 0 additions & 3 deletions
This file was deleted.

.gitignore

Lines changed: 26 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,30 @@
1+
2+
!sources/**/*.xml
3+
*.abort
4+
*.doc
5+
*.err
6+
*.html
7+
*.pdf
8+
*.rxl
9+
*.swp
10+
*.tmp.xml
11+
*.xml
12+
*_files/
13+
*_images/
114
.DS_Store
15+
.bundle/
16+
.idea/
217
.swp
318
.tmp.xml
4-
sources/relaton
5-
sources/lutaml
19+
.vscode/
20+
Gemfile.lock
21+
_site/
22+
deploy_key
23+
deploy_key.enc
24+
deploy_key.pub
25+
documents/
26+
published/
627
relaton
7-
28+
relaton/
29+
sources/lutaml
30+
sources/relaton

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
source "https://rubygems.org"
22

33
gem "metanorma-cli"
4+
gem "sassc"
5+

0 commit comments

Comments
 (0)