diff --git a/.gitignore b/.gitignore index 6635cf5..4cccec2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,8 @@ .DS_Store node_modules /build +.vscode +.gitignore /.svelte-kit /package .env @@ -8,3 +10,4 @@ node_modules !.env.example vite.config.js.timestamp-* vite.config.ts.timestamp-* +**/src/lib/server/geo-db/geolite-2-city.mmdb \ No newline at end of file