diff --git a/.gitignore b/.gitignore index abed8ec..305e4d7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,10 @@ # QuoteForge config.yaml + +# Data exports and imports with real supplier/pricing data +*_import.sql +*_export.csv +test_export.csv .env .env.* *.pem diff --git a/web/templates/base.html b/web/templates/base.html index e206ef8..cf9c753 100644 --- a/web/templates/base.html +++ b/web/templates/base.html @@ -50,6 +50,25 @@
+ + +