summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJustin Worthe <justin.worthe@gmail.com>2014-04-21 08:43:46 +0200
committerJustin Worthe <justin.worthe@gmail.com>2014-04-21 08:43:46 +0200
commit1b700b59d6f759e1504c94eb0d378c61b7242da3 (patch)
tree7b3889e6ae1d22f4551cf56157a3cdeebe31d9c3 /.gitignore
parent883a678635900b80cd9fc99467cbb31e125a007c (diff)
Scaffolded Phaser template
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore25
1 files changed, 1 insertions, 24 deletions
diff --git a/.gitignore b/.gitignore
index da23d0d..ab05030 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,25 +1,2 @@
-# Logs
-logs
-*.log
-
-# Runtime data
-pids
-*.pid
-*.seed
-
-# Directory for instrumented libs generated by jscoverage/JSCover
-lib-cov
-
-# Coverage directory used by tools like istanbul
-coverage
-
-# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
-.grunt
-
-# Compiled binary addons (http://nodejs.org/api/addons.html)
-build/Release
-
-# Dependency directory
-# Deployed apps should consider commenting this line out:
-# see https://npmjs.org/doc/faq.html#Should-I-check-my-node_modules-folder-into-git
node_modules
+*.log \ No newline at end of file