.gitignore 314 B

1234567891011121314
  1. ################################################################################
  2. # 此 .gitignore 文件已由 Microsoft(R) Visual Studio 自动创建。
  3. ################################################################################
  4. *.ide-shm
  5. *.lock
  6. *.ide
  7. *.ide-wal
  8. *.cache
  9. *.baml
  10. *.g.cs
  11. */obj/*
  12. *.dat
  13. *.pdb