diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..f4f7d324 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +branch_structure.json +temp_auto_push.bat +temp_interactive_push.bat diff --git a/client/vite.config.js b/client/vite.config.js index b1b5f91e..f90e8ad1 100644 --- a/client/vite.config.js +++ b/client/vite.config.js @@ -1,7 +1,8 @@ import { defineConfig } from 'vite' import react from '@vitejs/plugin-react' + // https://vitejs.dev/config/ export default defineConfig({ plugins: [react()] -}) +});