diff --git a/.gitignore b/.gitignore index fa27162..af9c7e9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +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