summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore5
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index febac64c..7935c52c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,5 +13,8 @@ bower_components
.DS_Store
Thumbs.db
+# TypeScript build info files
+*.tsbuildinfo
+
# Ignore built ts files
-dist \ No newline at end of file
+dist