wasp/waspc/examples/pg-vector-example/.gitignore
2023-09-12 13:03:57 +02:00

12 lines
305 B
Plaintext

/.wasp/
# We ignore env files recognized and used by Wasp.
.env.server
.env.client
# To be extra safe, we by default ignore any files with `.env` extension in them.
# If this is too agressive for you, consider allowing specific files with `!` operator,
# or modify/delete these two lines.
*.env
*.env.*