From c17f06f8176d1a86ce59bf08678347b7c34a4f5a Mon Sep 17 00:00:00 2001 From: Josh Date: Tue, 9 Nov 2021 17:42:22 +1000 Subject: [PATCH] fdsggdtsf --- .gitignore | 6 ++++++ DredgePos.fsproj | 1 + wwwroot/scripts/ts/test.ts | 1 - 3 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .gitignore delete mode 100644 wwwroot/scripts/ts/test.ts 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