Remove bin directory from git tracking

This commit is contained in:
Jacob Schmidt 2025-01-01 09:45:16 -06:00
parent bf951fd1f6
commit 8f4dad4977
3 changed files with 9 additions and 3 deletions

12
.gitignore vendored
View File

@ -19,7 +19,7 @@ mono_crash.*
# Build results
[Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/
# [Rr]elease/
[Rr]eleases/
x64/
x86/
@ -27,7 +27,7 @@ x86/
[Aa][Rr][Mm]/
[Aa][Rr][Mm]64/
bld/
[Bb]in/
# [Bb]in/
[Oo]bj/
[Ll]og/
[Ll]ogs/
@ -177,7 +177,8 @@ DocProject/Help/Html2
DocProject/Help/html
# Click-Once directory
publish/
native/
# publish/
# Publish Web Output
*.[Pp]ublish.xml
@ -239,6 +240,11 @@ ClientBin/
*.pfx
*.publishsettings
orleans.codegen.cs
*.deps.json
*.dll.dbg
*.so.dbg
extension/bin/Release/net8.0/linux-x64/ArmaDragonflyClient_x64.dll
extension/bin/Release/net8.0/win-x64/ArmaDragonflyClient_x64.dll
# Including strong name files can present a security risk
# (https://github.com/github/gitignore/pull/2483#issue-259490424)