diff --git a/.gitignore b/.gitignore index 4d29575..8692cf6 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,7 @@ # misc .DS_Store +.env .env.local .env.development.local .env.test.local diff --git a/src/App.js b/src/App.js index b9a90f0..375da0e 100644 --- a/src/App.js +++ b/src/App.js @@ -14,7 +14,6 @@ function Copyright(props) { ITGuild {' '} {new Date().getFullYear()} - {'.'} ) } diff --git a/src/SignUpForm.js b/src/SignUpForm.js index 37aa6a4..e444f7c 100644 --- a/src/SignUpForm.js +++ b/src/SignUpForm.js @@ -104,6 +104,8 @@ const SignUpForm = () => { \ No newline at end of file