diff --git a/.gitignore b/.gitignore index a7c47612..05a7c403 100644 --- a/.gitignore +++ b/.gitignore @@ -1,21 +1,18 @@ -# os stuff +# OS directory info files .DS_Store desktop.ini -# npm +# node node_modules # secrets .env +.env.* +!.env.example +cookies.json # docker docker-compose.yml -# vscode +# ide .vscode - -# cookie file -cookies.json - -# page build -build diff --git a/web/.gitignore b/web/.gitignore index 6635cf55..52516b88 100644 --- a/web/.gitignore +++ b/web/.gitignore @@ -1,10 +1,8 @@ -.DS_Store -node_modules +# builds /build /.svelte-kit /package -.env -.env.* -!.env.example + +# vite vite.config.js.timestamp-* vite.config.ts.timestamp-*