forked from prisma/prisma-engines
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
62 lines (49 loc) · 765 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
55
56
57
58
59
60
61
62
db/*
!.placeholder
.DS_Store
current_connector
prisma-gpg-private.asc
.test_config
*.pending-snap
.pending.md
dev.db
*.class
*.log
.coursier
.ivy2
# Idea
.iml
.idea
.idea_modules
# test files
/schema
/request.json
/docker.env
/docker-compose.tests.yml
# buildkite artifacts
buildkite-script-*
# VSCode specific
.vscode/
# Nix specific
.direnv/
/.envrc.local
nixos.qcow2
# Dev setup
datamodel_v2.prisma
dev_datamodel.prisma
.tmp/
/target/
/target-alternatives/
/result
dmmf.json
graph.dot
prisma-schema-wasm/nodejs
# Ignore pnpm-lock.yaml
query-engine/driver-adapters/pnpm-lock.yaml
package-lock.json
# Useful for local wasm32-* development
.cargo/
# Human readable Wasm output
*.wat
# Folder with GraphViz representation of query graphs.
.query_graphs