Ignore csv files

This commit is contained in:
2025-01-10 14:34:28 -05:00
parent 0a7b05f52c
commit f093446f83
2 changed files with 4 additions and 1 deletions

4
.gitignore vendored
View File

@@ -47,3 +47,7 @@ dashboard-server/meta-server/._utils
dashboard-server/meta-server/._routes
dashboard-server/meta-server/._package-lock.json
dashboard-server/meta-server/._services
# CSV data files
csv/*
!csv/.gitkeep

View File

@@ -6,7 +6,6 @@ import { Input } from "@/components/ui/input";
import { Label } from "@/components/ui/label";
import { Alert, AlertDescription } from "@/components/ui/alert";
import { Loader2, RefreshCw, Upload, X } from "lucide-react";
import { Separator } from "@/components/ui/separator";
import config from '../config';
interface ImportProgress {