同步
This commit is contained in:
21
Packages/dev.yarnspinner.unity/.pkgignore
Normal file
21
Packages/dev.yarnspinner.unity/.pkgignore
Normal file
@@ -0,0 +1,21 @@
|
||||
# Ignore the Samples symlink, which links to Samples~. This symlink exists
|
||||
# so that the distributed package ships its samples in a folder called
|
||||
# Samples~ (which Unity will ignore, and users can import into their projects
|
||||
# when they want to), while the sameples are visible in the package when
|
||||
# developing.
|
||||
Samples
|
||||
Samples.meta
|
||||
|
||||
# Ignore markdown files when packaging for asset stores - they'll be converted
|
||||
# into PDFs or other more readable formats.
|
||||
*.md
|
||||
*.md.meta
|
||||
|
||||
# Ignore test files, which don't need to be shipped (they're not needed by
|
||||
# end-users)
|
||||
Tests
|
||||
Tests.meta
|
||||
|
||||
# Ignore the file that defines which way we install the samples - the
|
||||
# appropriate setting will be manually copied in.
|
||||
YarnPackageImporter.SamplesInstallApproach.cs
|
||||
Reference in New Issue
Block a user