gitignore
This commit is contained in:
parent
90584521c5
commit
715c6ae62d
7
.gitignore
vendored
7
.gitignore
vendored
@ -128,3 +128,10 @@ dist
|
||||
.yarn/build-state.yml
|
||||
.yarn/install-state.gz
|
||||
.pnp.*
|
||||
|
||||
# IDEA
|
||||
.idea/
|
||||
|
||||
# gradle
|
||||
.gradle/
|
||||
.gradle/**
|
||||
|
30
survey/.gitignore
vendored
Normal file
30
survey/.gitignore
vendored
Normal 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/
|
Loading…
Reference in New Issue
Block a user