/ bindings / csharp / .gitignore
.gitignore
 1  **/bin
 2  **/obj
 3  
 4  .vs
 5  .vscode
 6  *.DotSettings.user
 7  
 8  Ckzg.Bindings/runtimes/*/native/*
 9  !**/.gitkeep
10  test_ckzg*
11  *.so
12  *.dll
13  *.exe
14  *.dylib