From 715c6ae62d719267594ba6570b686ba6e63d9371 Mon Sep 17 00:00:00 2001 From: bvn13 Date: Sat, 29 Apr 2023 22:37:43 +0300 Subject: [PATCH] gitignore --- .gitignore | 7 +++++++ survey/.gitignore | 30 ++++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+) create mode 100644 survey/.gitignore diff --git a/.gitignore b/.gitignore index c6bba59..179fac6 100644 --- a/.gitignore +++ b/.gitignore @@ -128,3 +128,10 @@ dist .yarn/build-state.yml .yarn/install-state.gz .pnp.* + +# IDEA +.idea/ + +# gradle +.gradle/ +.gradle/** diff --git a/survey/.gitignore b/survey/.gitignore new file mode 100644 index 0000000..9c708f1 --- /dev/null +++ b/survey/.gitignore @@ -0,0 +1,30 @@ +# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. + +# dependencies + +/node_modules +/.pnp +.pnp.js + +# testing + +/coverage + +# production + +/build + +# misc + +.eslintcache +.DS_Store +.env.local +.env.development.local +.env.test.local +.env.production.local + +npm-debug.log* +yarn-debug.log* +yarn-error.log\* + +.gradle/