Compare commits

...

2 Commits

Author SHA1 Message Date
15e449a00c no message 2026-05-03 18:44:10 +02:00
1e1a29baef chore: ignore les binaires compilés
Ajoute Unreal/Plugins/*/Binaries/ et les patterns *.dll/*.pdb/*.exp/*.lib/*.exe/*.dylib au .gitignore, et retire de l'index les 22 binaires précédemment trackés. Évite de polluer le dépôt avec les artefacts de build régénérables.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-03 11:03:37 +02:00
24 changed files with 20 additions and 22 deletions

View File

@@ -27,7 +27,12 @@
"Bash(python analyze_shots.py \"C:/ASTERION/SVN/DEV/PROSERVE_UE_5_5/Saved/Logs/AntiRecoil_20260318_162726.csv\")", "Bash(python analyze_shots.py \"C:/ASTERION/SVN/DEV/PROSERVE_UE_5_5/Saved/Logs/AntiRecoil_20260318_162726.csv\")",
"Bash(python analyze_shots.py \"C:/ASTERION/SVN/DEV/PROSERVE_UE_5_5/Saved/Logs/AntiRecoil_20260318_163533.csv\")", "Bash(python analyze_shots.py \"C:/ASTERION/SVN/DEV/PROSERVE_UE_5_5/Saved/Logs/AntiRecoil_20260318_163533.csv\")",
"Bash(python analyze_shots.py \"C:/ASTERION/SVN/DEV/PROSERVE_UE_5_5/Saved/Logs/AntiRecoil_20260318_181404.csv\")", "Bash(python analyze_shots.py \"C:/ASTERION/SVN/DEV/PROSERVE_UE_5_5/Saved/Logs/AntiRecoil_20260318_181404.csv\")",
"Bash(python -c \":*)" "Bash(python -c \":*)",
"Bash(git -C C:/ASTERION/GIT/PS_Ballistics status --short)",
"Bash(git -C C:/ASTERION/GIT/PS_Ballistics ls-files)",
"Bash(grep -iE \"\\\\.\\(dll|pdb|exp|lib|exe|dylib|so|a|o\\)$\")",
"Bash(git -C C:/ASTERION/GIT/PS_Ballistics add .gitignore)",
"Bash(git -C C:/ASTERION/GIT/PS_Ballistics commit -m ' *)"
] ]
} }
} }

14
.gitignore vendored
View File

@@ -3,5 +3,19 @@ Unreal/.vs/
Unreal/Binaries/ Unreal/Binaries/
Unreal/Intermediate/ Unreal/Intermediate/
Unreal/Plugins/EasyBallistics/Intermediate/ Unreal/Plugins/EasyBallistics/Intermediate/
Unreal/Plugins/EasyBallistics/Binaries/
Unreal/Saved/ Unreal/Saved/
Unreal/Plugins/PS_Ballistics/Intermediate/ Unreal/Plugins/PS_Ballistics/Intermediate/
Unreal/Plugins/PS_Ballistics/Binaries/
# Binaires compilés
*.dll
*.exp
*.pdb
*.lib
*.obj
*.exe
*.so
*.dylib
*.a
*.o

View File

@@ -1,7 +0,0 @@
{
"BuildId": "37670630",
"Modules":
{
"EasyBallistics": "UnrealEditor-EasyBallistics.dylib"
}
}

View File

@@ -1,7 +0,0 @@
{
"BuildId": "37670630",
"Modules":
{
"EasyBallistics": "UnrealEditor-EasyBallistics-Win64-DebugGame.dll"
}
}

View File

@@ -1,7 +0,0 @@
{
"BuildId": "37670630",
"Modules":
{
"EasyBallistics": "UnrealEditor-EasyBallistics.dll"
}
}