Ver código fonte

Merge pull request #1548 from sebavan/Development

Facto gitignore
David Catuhe 8 anos atrás
pai
commit
c750e60b88
4 arquivos alterados com 19 adições e 21 exclusões
  1. 19 1
      .gitignore
  2. 0 17
      Tools/Gulp/.gitignore
  3. 0 1
      localDev/.gitignore
  4. 0 2
      src/.gitignore

+ 19 - 1
.gitignore

@@ -16,6 +16,7 @@ TestResults
 
 # javascript files
 src/**/*.js
+src/**/*.d.ts
 loaders/src/**/*.js
 materialsLibrary/src/**/*.js
 proceduralTexturesLibrary/src/**/*.js
@@ -111,6 +112,19 @@ ClientBin
 *.dbmdl
 Generated_Code #added for RIA/Silverlight projects
 
+# OS or Editor folders
+*.DS_Store
+._*
+Thumbs.db
+.cache
+.tmproj
+nbproject
+*.sublime-project
+*.sublime-workspace
+.directory
+build
+.history
+
 # Backup & report files from converting an old project file to a newer
 # Visual Studio version. Backup files are not needed, because we have git ;-)
 _UpgradeReport_Files/
@@ -128,6 +142,7 @@ UpgradeLog*.XML
 
 # Do not ignore loaders/obj
 !loaders/*
+**/node_modules
 node_modules
 
 # for JetBrains IDE
@@ -138,4 +153,7 @@ node_modules
 .tempChromeProfileForDebug
 .temp
 *.js.map
-*.js.fx
+*.js.fx
+
+# local dev
+localDev/src/*

+ 0 - 17
Tools/Gulp/.gitignore

@@ -1,17 +0,0 @@
-#NodeJS
-node_modules
-
-
-# OS or Editor folders
-*.DS_Store
-._*
-Thumbs.db
-.cache
-.project
-.settings
-.tmproj
-nbproject
-*.sublime-project
-*.sublime-workspace
-.directory
-build

+ 0 - 1
localDev/.gitignore

@@ -1 +0,0 @@
-src/**/*

+ 0 - 2
src/.gitignore

@@ -1,2 +0,0 @@
-*.d.ts
-.history