aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorIndrajith K L2018-08-12 02:37:22 +0530
committerIndrajith K L2018-08-12 02:37:22 +0530
commitddbf11efa3667f6db0f04e93e6ce8ddc17b73a52 (patch)
tree441d2ca965aefadd45181c25afb8b3d1426cf7e7 /.gitignore
downloadjs13kgames-template-ddbf11efa3667f6db0f04e93e6ce8ddc17b73a52.tar.gz
js13kgames-template-ddbf11efa3667f6db0f04e93e6ce8ddc17b73a52.tar.bz2
js13kgames-template-ddbf11efa3667f6db0f04e93e6ce8ddc17b73a52.zip
Initial Commmit:
Gulp Tasks for * Copy libs to public folder * Source Uglyfy + Copy * Zip
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore7
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..5b5f0fa
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,7 @@
+/node_modules
+
+/dist
+/temp
+/.cache
+/libs
+/public \ No newline at end of file