commit 987cce1687b5790c6243e44ceb235d1deedae1e9 Author: mblanke Date: Mon Jun 16 08:27:30 2025 -0400 Initial commit. diff --git a/README.md b/README.md new file mode 100644 index 0000000..51d2cc1 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +# Velo Threat Hunter UI v2 +- React + Flask + Tailwind +- Sidebar layout with icons +- Ready to extend \ No newline at end of file diff --git a/backend/.gitignore b/backend/.gitignore new file mode 100644 index 0000000..f5e96db --- /dev/null +++ b/backend/.gitignore @@ -0,0 +1 @@ +venv \ No newline at end of file diff --git a/frontend/.gitignore b/frontend/.gitignore new file mode 100644 index 0000000..76add87 --- /dev/null +++ b/frontend/.gitignore @@ -0,0 +1,2 @@ +node_modules +dist \ No newline at end of file