Anvil/.gitignore
André Jaenisch 311e5123e7
feat: query Vervis for information on a person
I discovered that Vervis understands Content Negotiation.
That is, once I figure out my peopleId I can navigate to the respective
paths and resceive JSON that is equal to the prettyjson'ed HTML views I
can see in the web browser.

I don't find everything I would like to have. Therefore I'm writing the
results to a file for now and read it in the profile so I can talk to
our designer how to move on with what we have right now.

Signed-off-by: André Jaenisch <andre.jaenisch@posteo.de>
2024-06-15 12:45:46 +02:00

21 lines
421 B
Text

# SPDX-FileCopyrightText: 2023 Pere Lev
# SPDX-FileCopyrightText: 2024 André Jaenisch
#
# SPDX-License-Identifier: AGPL-3.0-or-later
.DS_Store
node_modules
/build
/.svelte-kit
/package
.env
.env.*
!.env.example
coverage
vite.config.js.timestamp-*
vite.config.ts.timestamp-*
storybook-static
# See https://tauri.app/v1/guides/development/development-cycle#2-start-tauri-development-window
src-tauri/target
account.json