summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorGeorgios Andreadis <g.andreadis@student.tudelft.nl>2017-01-24 12:06:09 +0100
committerGeorgios Andreadis <g.andreadis@student.tudelft.nl>2017-01-24 12:06:09 +0100
commitc96e6ffafb62bde1e08987b1fdf3c0786487f6ec (patch)
tree37eaf4cf199ca77dc131b4212c526b707adf2e30 /.gitignore
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore14
1 files changed, 14 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 00000000..28aa7add
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,14 @@
+# NPM dependencies
+node_modules/
+
+# Generated assets
+build/
+
+# TypeScript specific file
+src/scripts/.baseDir.ts
+
+# TypeScript definitions
+typings/
+
+# Yarn lockfile
+yarn.lock \ No newline at end of file