Skip to content

Commit

Permalink
chore: ignore all kinds of build files
Browse files Browse the repository at this point in the history
  • Loading branch information
ctron committed Jun 27, 2024
1 parent 41b0377 commit a9ff910
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
# Generated files
.docusaurus
.cache-loader
/.bundle
/_site
/vendor

# Misc
.DS_Store
Expand All @@ -18,3 +21,6 @@
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# IntelliJ
/.idea
4 changes: 2 additions & 2 deletions blog/2024-06-27-trying-out-trustify.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ Download that archive, extract it, and run the binary inside it. That's it!

## Now what?

Take your favorite web browser and navigate to: <http://localhost:8080>. That will automatically log you in with a
demo user, and show you the user interface.
Take your favorite web browser and navigate to: [http://localhost:8080](http://localhost:8080). That will automatically
log you in with a demo user, and show you the user interface.

You might notice that the system looks quite empty. That is because we did not connect any datasource yet. Navigate
to the "Importer" section and enable the following pre-configured importers:
Expand Down

0 comments on commit a9ff910

Please sign in to comment.