-
Notifications
You must be signed in to change notification settings - Fork 0
/
.dockerignore
38 lines (34 loc) · 961 Bytes
/
.dockerignore
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
#
# DO NOT EDIT!
# This file was autogenerated by Carson.
# Changes may cause incorrect behavior and will be lost when the file is regenerated.
#
# Run `npx carson update workspace` to regenerate.
#
# TODO: Use wildcards instead of package names when this is fixed: https://github.com/moby/moby/issues/40319
# ignore everything
*
# except files that are allowed to be in the Docker image
!apps/dram/app/**
!apps/dram/dbschema/**
!apps/dram/public/**
!apps/dram/edgedb.toml
!apps/dram/env.d.ts
!apps/dram/package.json
!apps/dram/postcss.config.cjs
!apps/dram/tailwind.config.ts
!apps/dram/tsconfig.json
!apps/dram/vite.config.ts
!apps/somewhere/app/**
!apps/somewhere/public/**
!apps/somewhere/env.d.ts
!apps/somewhere/package.json
!apps/somewhere/postcss.config.cjs
!apps/somewhere/tailwind.config.ts
!apps/somewhere/tsconfig.json
!apps/somewhere/vite.config.ts
!/package-lock.json
!/package.json
!/turbo.json
# we might also need .npmrc with token
!.npmrc