Bläddra i källkod

Ignoring the generated documentation folders

BearishSun 9 år sedan
förälder
incheckning
cf47d4097a

+ 0 - 2
.gitignore

@@ -14,5 +14,3 @@ Documentation/html
 *.opendb
 *.opendb
 /Build/VS2015/BansheeEngine.VC.db
 /Build/VS2015/BansheeEngine.VC.db
 /Build/Generated
 /Build/Generated
-/Documentation/Generated/Managed/html
-/Documentation/Generated/Native/html

+ 3 - 0
Documentation/Generated/Managed/.gitignore

@@ -0,0 +1,3 @@
+# Ignored files
+*
+!.gitignore

+ 3 - 0
Documentation/Generated/Native/.gitignore

@@ -0,0 +1,3 @@
+# Ignored files
+*
+!.gitignore