Ignore csv files
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -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
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user