diff options
| author | Alex Pooley (@zuedev) <zuedev@gmail.com> | 2026-05-13 16:36:35 +0100 |
|---|---|---|
| committer | Alex Pooley (@zuedev) <zuedev@gmail.com> | 2026-05-13 16:36:35 +0100 |
| commit | 5c834e269bfff00b92ee63862cbbc7165743de9e (patch) | |
| tree | be15791166e572b246dd7a4adba0cf66d3bffe08 /communities/red-right-hand/174bg.net/.gitignore | |
| parent | 7dd09b51c733532ecb54951237f94368dd11badd (diff) | |
| download | unnamed-group-5c834e269bfff00b92ee63862cbbc7165743de9e.tar unnamed-group-5c834e269bfff00b92ee63862cbbc7165743de9e.tar.gz unnamed-group-5c834e269bfff00b92ee63862cbbc7165743de9e.tar.bz2 unnamed-group-5c834e269bfff00b92ee63862cbbc7165743de9e.tar.xz unnamed-group-5c834e269bfff00b92ee63862cbbc7165743de9e.zip | |
add better-auth
Diffstat (limited to 'communities/red-right-hand/174bg.net/.gitignore')
| -rw-r--r-- | communities/red-right-hand/174bg.net/.gitignore | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/communities/red-right-hand/174bg.net/.gitignore b/communities/red-right-hand/174bg.net/.gitignore index fdf88c8..c9db9fa 100644 --- a/communities/red-right-hand/174bg.net/.gitignore +++ b/communities/red-right-hand/174bg.net/.gitignore @@ -30,9 +30,6 @@ yarn-debug.log* yarn-error.log* .pnpm-debug.log* -# env files (can opt-in for committing if needed) -.env* - # vercel .vercel @@ -40,4 +37,11 @@ yarn-error.log* *.tsbuildinfo next-env.d.ts -/types/
\ No newline at end of file +/types/ + +/postgresql/ + +*.env +*.env.* +!*.env.example +!.env.*.example
\ No newline at end of file |
