-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
54 lines (40 loc) · 920 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# Directory that contains project dependencies.
node_modules
# Directory that contains build version of the source code.
**/lib
*.log
*.pdf
# TypeScript cache
*.tsbuildinfo
# Optional npm cache directory
.npm
# Optional eslint cache
.eslintcache
# dotenv environment variable files
.env
.env.development.local
.env.test.local
.env.production.local
.env.local
# Yarn Integrity file
.yarn-integrity
# Stores VSCode versions used for testing VSCode extensions
.vscode-test
.vscode
# yarn v2
.yarn/cache
.yarn/unplugged
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*
packages/base/lib/index.js
.DS_Store
# Directory that maps docker volumes to local folders, only needed for development.
# exclude everything
data/*
# but the folder.
!data/.gitkeep
.clinic
# As we manage 1 prisma client per bundle were needed
# We need it to be part of the repo so webpack can resolve ts path aliases.
# **/prisma/client