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 # Build results
[Dd]ebug/ [Dd]ebug/
[Dd]ebugPublic/ [Dd]ebugPublic/
[Rr]elease/ # [Rr]elease/
[Rr]eleases/ [Rr]eleases/
x64/ x64/
x86/ x86/
@ -27,7 +27,7 @@ x86/
[Aa][Rr][Mm]/ [Aa][Rr][Mm]/
[Aa][Rr][Mm]64/ [Aa][Rr][Mm]64/
bld/ bld/
[Bb]in/ # [Bb]in/
[Oo]bj/ [Oo]bj/
[Ll]og/ [Ll]og/
[Ll]ogs/ [Ll]ogs/
@ -177,7 +177,8 @@ DocProject/Help/Html2
DocProject/Help/html DocProject/Help/html
# Click-Once directory # Click-Once directory
publish/ native/
# publish/
# Publish Web Output # Publish Web Output
*.[Pp]ublish.xml *.[Pp]ublish.xml
@ -239,6 +240,11 @@ ClientBin/
*.pfx *.pfx
*.publishsettings *.publishsettings
orleans.codegen.cs 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 # Including strong name files can present a security risk
# (https://github.com/github/gitignore/pull/2483#issue-259490424) # (https://github.com/github/gitignore/pull/2483#issue-259490424)