From 4237cb72660d1860567cdd20665f9a8455906d59 Mon Sep 17 00:00:00 2001 From: bas49 <64.bas.49@gmail.com> Date: Tue, 18 Nov 2025 11:46:45 +0400 Subject: [PATCH] Clean repo with UE gitignore --- .gitattributes | 9 ------ .gitignore | 75 -------------------------------------------------- README.md | 2 -- 3 files changed, 86 deletions(-) delete mode 100644 .gitattributes delete mode 100644 .gitignore delete mode 100644 README.md diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index 90de9fb..0000000 --- a/.gitattributes +++ /dev/null @@ -1,9 +0,0 @@ -*.uasset filter=lfs diff=lfs merge=lfs -text -*.umap filter=lfs diff=lfs merge=lfs -text -*.png filter=lfs diff=lfs merge=lfs -text -*.jpg filter=lfs diff=lfs merge=lfs -text -*.wav filter=lfs diff=lfs merge=lfs -text -*.mp4 filter=lfs diff=lfs merge=lfs -text -*.fbx filter=lfs diff=lfs merge=lfs -text -*.uplugin filter=lfs diff=lfs merge=lfs -text -*.uproject filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore deleted file mode 100644 index b70ad5a..0000000 --- a/.gitignore +++ /dev/null @@ -1,75 +0,0 @@ -# Visual Studio 2015 user specific files -.vs/ - -# Compiled Object files -*.slo -*.lo -*.o -*.obj - -# Precompiled Headers -*.gch -*.pch - -# Compiled Dynamic libraries -*.so -*.dylib -*.dll - -# Fortran module files -*.mod - -# Compiled Static libraries -*.lai -*.la -*.a -*.lib - -# Executables -*.exe -*.out -*.app -*.ipa - -# These project files can be generated by the engine -*.xcodeproj -*.xcworkspace -*.sln -*.suo -*.opensdf -*.sdf -*.VC.db -*.VC.opendb -.vsconfig - -# Precompiled Assets -SourceArt/**/*.png -SourceArt/**/*.tga - -# Binary Files -Binaries/* -Plugins/**/Binaries/* - -# Builds -Build/* - -# Whitelist PakBlacklist-.txt files -!Build/*/ -Build/*/** -!Build/*/PakBlacklist*.txt - -# Don't ignore icon files in Build -!Build/**/*.ico - -# Built data for maps -*_BuiltData.uasset - -# Configuration files generated by the Editor -Saved/* - -# Compiled source files for the engine to use -Intermediate/* -Plugins/**/Intermediate/* - -# Cache files for the editor to use -DerivedDataCache/* diff --git a/README.md b/README.md deleted file mode 100644 index 06e92c5..0000000 --- a/README.md +++ /dev/null @@ -1,2 +0,0 @@ -# VacuVoltVR -VacuVoltVR is an immersive VR training simulator designed to teach safe and efficient maintenance procedures for high-voltage vacuum circuit breakers. The project provides realistic 3D interactions, guided workflows, and fault-scenario training to help engineers gain hands-on experience without risking equipment or personnel.