diff --git a/.gitignore b/.gitignore index 21abe81c..dceaf989 100644 --- a/.gitignore +++ b/.gitignore @@ -41,3 +41,4 @@ DerivedDataCache/* #this only is the Binaries folder on the root, not the Binaries folder in the plugin folders Binaries/** *.app/ +.cursorrules diff --git a/linux_build.sh b/scripts/linux_build.sh similarity index 100% rename from linux_build.sh rename to scripts/linux_build.sh diff --git a/mac_build.sh b/scripts/mac_build.sh similarity index 100% rename from mac_build.sh rename to scripts/mac_build.sh diff --git a/win_build.sh b/scripts/win_build.sh similarity index 100% rename from win_build.sh rename to scripts/win_build.sh