Skip to content

Commit ce0ea36

Browse files
Update gitignore
Signed-off-by: Christopher Hakkaart <christopher.hakkaart@gmail.com>
1 parent fbf2306 commit ce0ea36

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
.cache/*
55
.vagrant/*
66
.cache/*
7+
.netlify/
78
.nextflow*
89
.node-nextflow*
910
.devcontainer
@@ -45,4 +46,5 @@ plugins-prod
4546
/test-module
4647
/results
4748
/x/*
48-
mise.toml
49+
mise.toml
50+
docs/.netlify/

docs/package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@
88
"scripts": {
99
"docusaurus": "docusaurus",
1010
"start": "docusaurus start",
11-
"prebuild": "npm run fetch-stable",
1211
"build": "docusaurus build",
13-
"prestart": "npm run fetch-stable",
1412
"swizzle": "docusaurus swizzle",
1513
"deploy": "docusaurus deploy",
1614
"clear": "docusaurus clear",

0 commit comments

Comments
 (0)