Skip to content

Commit 80b9dae

Browse files
bmcnettunpacklo
andauthored
including .csproj.meta files in the git repo (Unity-Technologies#226)
* including .csproj.meta files in the git repo * Remove repository property to make upm-ci happy. Co-authored-by: Dale Kim <3121968+unpacklo@users.noreply.github.com>
1 parent f476dc8 commit 80b9dae

File tree

5 files changed

+21
-6
lines changed

5 files changed

+21
-6
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ Library
88
obj
99
obj.meta
1010
# User-specific files
11-
*.csproj.meta
1211
*.csproj.user
1312
*.suo
1413
*.user

src/Tests/Unity.Mathematics.Tests.csproj.meta

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Unity.Mathematics.PerformanceTests/Unity.Mathematics.PerformanceTests.csproj.meta

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Unity.Mathematics/Unity.Mathematics.csproj.meta

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/package.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,5 @@
88
"unity"
99
],
1010
"dependencies": {
11-
},
12-
"repository": {
13-
"type": "git",
14-
"url": "https://github.com/Unity-Technologies/Unity.Mathematics",
15-
"revision":""
1611
}
1712
}

0 commit comments

Comments
 (0)