diff options
-rw-r--r-- | app/.gitignore | 9 | ||||
-rw-r--r-- | app/src/App.tsx | 2 |
2 files changed, 10 insertions, 1 deletions
diff --git a/app/.gitignore b/app/.gitignore index 4d29575..3e77468 100644 --- a/app/.gitignore +++ b/app/.gitignore @@ -21,3 +21,12 @@ npm-debug.log* yarn-debug.log* yarn-error.log* +# Devenv +.devenv* +devenv.local.nix + +# direnv +.direnv + +# pre-commit +.pre-commit-config.yaml diff --git a/app/src/App.tsx b/app/src/App.tsx index b800706..c3466c8 100644 --- a/app/src/App.tsx +++ b/app/src/App.tsx @@ -13,7 +13,7 @@ function App() { <h1>My projects</h1> <p>These are mostly hobbyist programming projects</p> <hr></hr> - <h3><a href='https://gitlab.com/stvnliu/proteinpedia-next'> + <h3><a href='https://gitlab.com/proteinpedia/proteinpedia-next'> proteinpedia-next </a> </h3> |