diff --git a/.env.example b/.env.example
deleted file mode 100644
index 37712f0..0000000
--- a/.env.example
+++ /dev/null
@@ -1,13 +0,0 @@
-VITE_API_URL=http://localhost:8080
-VITE_BASE_URL=http://localhost:3000
-
-VITE_REVERB_APP_ID=
-VITE_REVERB_APP_KEY=
-VITE_REVERB_APP_SECRET=
-VITE_REVERB_HOST="localhost"
-VITE_REVERB_PORT=8080
-VITE_REVERB_SCHEME=http
-VITE_REVERB_ACTIVE=false
-
-APP_PORT=3000
-
diff --git a/.gitignore b/.gitignore
index 8ef7218..50c8dda 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,9 +11,6 @@ node_modules
dist
dist-ssr
*.local
-.env
-colors.css
-notes.md
# Editor directories and files
.vscode/*
@@ -25,3 +22,5 @@ notes.md
*.njsproj
*.sln
*.sw?
+
+.env
diff --git a/README.md b/README.md
index 1511959..33895ab 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
-# Vue 3 + Vite
+# Vue 3 + TypeScript + Vite
-This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 `
+