Task: Upgraded the dgs graphql to submodules and parent modules for extends projects

This commit is contained in:
2021-08-08 12:33:34 +07:00
parent 83477a9946
commit 32f356569d
39 changed files with 170 additions and 58 deletions

26
.gitignore vendored
View File

@@ -1,4 +1,4 @@
HELP.md
../HELP.md
.gradle
build/
!gradle/wrapper/gradle-wrapper.jar
@@ -35,3 +35,27 @@ out/
### VS Code ###
.vscode/
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/.pnp
.pnp.js
# testing
/coverage
# production
/build
# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*