-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
63 lines (52 loc) · 898 Bytes
/
.gitignore
File metadata and controls
63 lines (52 loc) · 898 Bytes
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
63
# compiled output
api/dist
api/node_modules
**/node_modules/
api/build
# Prisma
.env
api/generated/prisma
# Logs
api/logs
api/*.log
api/npm-debug.log*
api/pnpm-debug.log*
api/yarn-debug.log*
api/yarn-error.log*
api/lerna-debug.log*
# OS
api/.DS_Store
# Tests
api/coverage
api/.nyc_output
# IDEs and editors
api/.idea
api/.project
api/.classpath
api/.c9/
api/*.launch
api/.settings/
api/*.sublime-workspace
# IDE - VSCode
api/.vscode/*
!api/.vscode/settings.json
!api/.vscode/tasks.json
!api/.vscode/launch.json
!api/.vscode/extensions.json
# dotenv environment variable files
api/.env
# api/.env.dev.local
api/.env.test.local
api/.env.production.local
api/.env.local
# temp directory
api/.temp
api/.tmp
# Runtime data
api/pids
api/*.pid
api/*.seed
api/*.pid.lock
# Diagnostic reports (https://nodejs.org/api/report.html)
api/report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
/src/generated/prisma