Browse Source

Add stripped UnityEngine

ghorsington 4 years ago
parent
commit
c3df32d717
2 changed files with 2 additions and 5 deletions
  1. 2 5
      .gitignore
  2. BIN
      lib/UnityEngine.dll

+ 2 - 5
.gitignore

@@ -1,5 +1,3 @@
-tools/
-
 ## Ignore Visual Studio temporary files, build results, and
 ## files generated by popular Visual Studio add-ons.
 ##
@@ -289,6 +287,5 @@ __pycache__/
 *.odx.cs
 *.xsd.cs
 
-# Unity libraries
-lib/UnityEngine.dll
-lib/UnityEngine.CoreModule.dll
+# Cake binaries
+tools/

BIN
lib/UnityEngine.dll