Skip to content

Commit

Permalink
chore: dockerignore
Browse files Browse the repository at this point in the history
  • Loading branch information
chareice committed Aug 2, 2023
1 parent 9251fe0 commit b34b731
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Ignore everything under the storage/app-dev directory
storage/app-dev

# Ignore .umi and .umi-production directories wherever they are
**/.umi
**/.umi-production

# Ignore certain directories under packages
packages/*/*/lib
packages/*/*/esm
packages/*/*/es
packages/*/*/dist
packages/*/*/node_modules

/.vscode
/.idea

*.sqlite
/uploads

0 comments on commit b34b731

Please sign in to comment.