Kaynağa Gözat

Merge remote-tracking branch 'origin/master'

Zoadian 12 yıl önce
ebeveyn
işleme
f56f3defdf
3 değiştirilmiş dosya ile 34 ekleme ve 9 silme
  1. 0 8
      .dub/dub.json
  2. 33 0
      .gitignore
  3. 1 1
      package.json

+ 0 - 8
.dub/dub.json

@@ -1,8 +0,0 @@
-{
-	"dub": {
-		"lastUpdate": {
-			"derelict-util": "2014-01-18T01:18:00.1992037",
-			"stdx": "2014-01-18T00:57:56.3623513"
-		}
-	}
-}

+ 33 - 0
.gitignore

@@ -0,0 +1,33 @@
+obj/
+x64*/
+[Ii]pch/
+[Bb]in
+[Dd]ebug*/
+[Rr]elease*/
+[Aa]nalyze*/
+_ReSharper*/
+[Tt]est[Rr]esult*
+*Inspector XE Results*/
+aspnet_client
+Thumbs.db
+*.ipch
+*.aps
+*.vspscc
+*.ncb
+*.suo
+*.opensdf
+*.ilk
+*.sdf
+*.vsp
+*.user
+*.filters
+
+*.userprefs
+*.visualdproj
+*.dproj
+*.sln
+
+AppData
+.dub/
+
+core

+ 1 - 1
package.json

@@ -1,5 +1,5 @@
 {
-	"name": "aurora",
+	"name": "three-d",
 	"license": "LGPLv3",
 	"description": "A 3D Graphics Engine.",
 	"copyright": "Copyright © 2014, Felix 'Zoadian' Hufnagel",