Skip to content

Commit

Permalink
Add gitignores to clean up local checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
micburks authored Jun 7, 2023
2 parents f5f0bb4 + 848af1c commit 9d83c78
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@
.idea
aquameta
bootloader.db/
extensions/*/*--0.3.0.sql
extensions/*/*--*.sql
conf/boot.toml
conf/*.local.toml
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,10 @@ sudo ./make_install_extensions.sh
cd ../
```

*Note for Mac users: this may fail with a cryptic permissions error if
your terminal program does not have Full Disk Access. This can be set
via System Preferences.*

4. Install [Golang](https://golang.org/) version 1.18 or greater, then build
the `./aquameta` binary from aquameta's root directory:

Expand Down

0 comments on commit 9d83c78

Please sign in to comment.