diff --git a/.gitignore b/.gitignore index f01393510..c911335ca 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,5 @@ # Cargo /target -/experiments/*/target # IDE Configurations **/.vs/ # Visual Studio diff --git a/experiments/2024-10-30/.gitignore b/experiments/2024-10-30/.gitignore new file mode 100644 index 000000000..f675e85f9 --- /dev/null +++ b/experiments/2024-10-30/.gitignore @@ -0,0 +1,2 @@ +# Cargo +/target