diff --git a/Vitejs.gitignore b/Vitejs.gitignore new file mode 100644 index 00000000..f205dbb1 --- /dev/null +++ b/Vitejs.gitignore @@ -0,0 +1,37 @@ +# See https://git-scm.com/docs/gitignore for more about ignoring files. + +# dependencies +/node_modules +/.pnp +.pnp.js + +# testing +/coverage + +# production +/dist + +# misc +.DS_Store +*.pem + +# debug +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* + +# local env files +.env*.local +.env + +# vite cache +.vite +.cache + +# editor directories and files +.vscode/ +.idea/ + +# typescript +*.tsbuildinfo