diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..af9c7e9
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,6 @@
+/node_modules/
+/bin/
+/obj/
+*.dll
+*.xml
+/tables/*
diff --git a/DredgePos.fsproj b/DredgePos.fsproj
index d7950d2..550172a 100644
--- a/DredgePos.fsproj
+++ b/DredgePos.fsproj
@@ -61,6 +61,7 @@
+
diff --git a/wwwroot/scripts/ts/test.ts b/wwwroot/scripts/ts/test.ts
deleted file mode 100644
index 5f28270..0000000
--- a/wwwroot/scripts/ts/test.ts
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file