From cab6f2211264ec5b3eee4accf65794c8c2b5604c Mon Sep 17 00:00:00 2001 From: gareth Date: Sun, 10 May 2020 17:21:12 +0100 Subject: [PATCH] 3rd commit --- .gitignore | 5 +++++ NEA/SignUp.xaml.vb | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c4bdb7e --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +################################################################################ +# This .gitignore file was automatically created by Microsoft(R) Visual Studio. +################################################################################ + +/.vs/NEA/v15/Server/sqlite3/db.lock diff --git a/NEA/SignUp.xaml.vb b/NEA/SignUp.xaml.vb index e3fdaf8..3dde66f 100644 --- a/NEA/SignUp.xaml.vb +++ b/NEA/SignUp.xaml.vb @@ -1,4 +1,4 @@ - +' This is a comment Imports System.Data Imports Microsoft.Win32 Public Class SignUp -- 2.39.2