Skip to content

Commit 05ecde0

Browse files
committed
chore: ignore all kinds of build files
1 parent ac6fbf3 commit 05ecde0

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
# Generated files
88
.docusaurus
99
.cache-loader
10+
/.bundle
11+
/_site
12+
/vendor
1013

1114
# Misc
1215
.DS_Store
@@ -18,3 +21,6 @@
1821
npm-debug.log*
1922
yarn-debug.log*
2023
yarn-error.log*
24+
25+
# IntelliJ
26+
/.idea

blog/2024-06-27-trying-out-trustify.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ Download that archive, extract it, and run the binary inside it. That's it!
3838

3939
## Now what?
4040

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

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

0 commit comments

Comments
 (0)