Skip to content

Commit

Permalink
chore: clean up (#54)
Browse files Browse the repository at this point in the history
* chore(utils): rename files

* chore(config): add new scope

* chore(config): ignore test file

* chore(deps): install new packages

* chore(data): remove array from signatures object

* feat(utils): add new affiliation file

* feat(utils): update existing directory

* chore(config): add scope

* chore(test): add new test

* chore(config): add new scripts and ignore words

* chore(test): remove test from this pr

* chore: clean up data

* chore(utils): clean up pr
  • Loading branch information
PaleBluDot committed Mar 14, 2024
1 parent dcc79e8 commit 5bf02db
Show file tree
Hide file tree
Showing 19 changed files with 6,834 additions and 8,906 deletions.
2 changes: 1 addition & 1 deletion .config/commitizen.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const types = [
},
];

const scopes = ["components", "config", "data", "deps", "layout", "media", "partials", "styles", "templates"].map((name) => ({
const scopes = ["components", "config", "data", "deps", "layout", "media", "partials", "styles", "templates", "test", "utils"].map((name) => ({
name,
}));

Expand Down
53 changes: 28 additions & 25 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,56 +5,40 @@
"ignoreWords": [
"a",
"aa",
"Morbi",
"adipiscing",
"accumsan",
"accusantium",
"ad",
"adipisci",
"adipiscing",
"adipisicing",
"advo",
"alias",
"aliquam",
"aliquest",
"aliquet",
"aliquid",
"amet",
"aperiam",
"apos",
"architecto",
"asperiores",
"aspernatur",
"assumenda",
"atque",
"bgcolor",
"justo",
"cursus",
"odio",
"accumsan",
"elementum",
"vulputate",
"nunc",
"sagittis",
"aliquet",
"inerdum",
"interdum",
"eget",
"aliquest",
"turpis",
"Condimentum",
"vestibulum",
"tincidunt",
"architecto",
"suspendisse",
"orci",
"sollicitudin",
"enim",
"blockquote",
"box",
"br",
"c",
"cellpadding",
"cellspacing",
"components",
"Condimentum",
"consectetur",
"consequuntur",
"cum",
"cumque",
"cursus",
"debitis",
"deleniti",
"deserunt",
Expand All @@ -67,7 +51,9 @@
"doloremque",
"dolores",
"earum",
"eget",
"eius",
"elementum",
"eligendi",
"elit",
"em",
Expand All @@ -76,6 +62,7 @@
"endfor",
"endif",
"endraw",
"enim",
"error",
"est",
"eum",
Expand All @@ -100,10 +87,13 @@
"in",
"incidunt",
"include",
"inerdum",
"interdum",
"ipsa",
"ipsum",
"iste",
"itaque",
"justo",
"labore",
"laudantium",
"libero",
Expand All @@ -116,6 +106,7 @@
"modi",
"molestiae",
"molestias",
"Morbi",
"mso",
"nam",
"ndash",
Expand All @@ -125,10 +116,13 @@
"njk",
"nulla",
"numquam",
"nunc",
"obcaecati",
"odio",
"odit",
"officia",
"officiis",
"orci",
"p",
"pc",
"perferendis",
Expand All @@ -154,31 +148,40 @@
"rem",
"repudiandae",
"rspace",
"sagittis",
"sapiente",
"sailthru",
"sequi",
"sidebox",
"sint",
"sit",
"sollicitudin",
"springboard",
"suscipit",
"suspendisse",
"table",
"tbody",
"td",
"tempora",
"tempore",
"tenetur",
"tincidunt",
"totam",
"tr",
"turpis",
"ullam",
"unde",
"unsub",
"valign",
"vel",
"velit",
"vero",
"vestibulum",
"voluptas",
"voluptates",
"voluptatibus",
"voluptatum"
"voluptatum",
"vulputate"
],
"flagWords": ["hate", "standing"]
}
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# dependencies
node_modules/
.vscode/settings.json
src/_data/affiliations/xx.js
src/test/xx.test.js

# build artifacts
build/
Expand Down
3 changes: 2 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# Ignore artifacts:
dist/data/dataLoader.min.json
dist/data/dataLoader.min.json
src/templates/Playground/data-loader.html
Loading

0 comments on commit 5bf02db

Please sign in to comment.