Files
SpacetimeDB/sdks/csharp/packages/.gitignore
Ingvar Stepanyan 2487c94967 Add CI check for Unity meta files (#209)
## Description of Changes

Adds CI check to prevent issues like #208.

## API

 - [ ] This is an API breaking change to the SDK

*If the API is breaking, please state below what will break*

## Requires SpacetimeDB PRs
*List any PRs here that are required for this SDK change to work*

## Testsuite
*If you would like to run the your SDK changes in this PR against a
specific SpacetimeDB branch, specify that here. This can be a branch
name or a link to a PR.*

SpacetimeDB branch name: master

## Testing
*Write instructions for a test that you performed for this PR*

- [ ] Describe a test for this PR that you have completed
2025-01-14 19:25:45 +00:00

12 lines
216 B
Plaintext

# Ignore most of NuGet package structure, except DLLs which are required by Unity.
/*/*/*
!/*/*/analyzers
!/*/*/analyzers.meta
!/*/*/lib
!/*/*/lib.meta
# Ignore XML documentation metadata from packages too.
*.xml