gitignore

pull/2/head
bvn13 2023-04-29 22:37:43 +03:00
parent 90584521c5
commit 715c6ae62d
2 changed files with 37 additions and 0 deletions

7
.gitignore vendored
View File

@ -128,3 +128,10 @@ dist
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*
# IDEA
.idea/
# gradle
.gradle/
.gradle/**

30
survey/.gitignore vendored 100644
View File

@ -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/