wasp/waspc/examples/pg-vector-example/.gitignore
2024-03-21 13:36:43 +01:00

14 lines
338 B
Plaintext

.wasp/
node_modules/
**/.DS_Store
# 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.*
/.wasp/