Remove bin directory from git tracking
This commit is contained in:
parent
bf951fd1f6
commit
8f4dad4977
12
.gitignore
vendored
12
.gitignore
vendored
@ -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)
|
||||
|
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user