๐Ÿ“ฆ nestjs / graphql

๐Ÿ“„ .gitignore ยท 24 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24# dependencies
node_modules

# IDE
/.idea
/.awcache
/.vscode

# misc
npm-debug.log
.DS_Store

# tests
/test
/coverage
/.nyc_output
test-schema.graphql
*.test-definitions.ts

# dist
packages/**/dist
**/*.tsbuildinfo

.yarn/