-
-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy path.dockerignore
More file actions
43 lines (39 loc) · 764 Bytes
/
.dockerignore
File metadata and controls
43 lines (39 loc) · 764 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
# ignore everything
*
# Include directories
!/apps/api
!/apps/jetstream
!/apps/landing
!/custom-typings
!/custom-express-typings
!/libs
!/migrations
!/prisma
!/scripts
# Include specific files
!/pnpm-lock.yaml
!/pnpm-workspace.yaml
!/.eslintrc.json
!/.gitignore
!/babel.config.json
!/Dockerfile
!/LICENSE.md
!/next-sitemap.config.js
!/nx.json
!/package.json
!/prisma.config.ts
!/README.md
!/schema.prisma
!/seed-salesforce-api.ts
!/seed.sh
!/tsconfig.base.json
# Workspace member package.json files (referenced by pnpm-workspace.yaml).
# Required so `pnpm install --frozen-lockfile` can resolve workspace links.
!/apps/docs/package.json
!/apps-sfdx/package.json
# Ignore unnecessary files inside allowed directories
*#
**/*~
**/*.log
**/.DS_Store
**/Thumbs.db