Browse Source

Add docs dir to dockerignore and cfignore (#555)

pull/619/head
baarkerlounger 3 years ago committed by baarkerlounger
parent
commit
1445f9be81
  1. 1
      .cfignore
  2. 0
      .cfignore
  3. 1
      .dockerignore

1
.cfignore

@ -1 +0,0 @@
.gitignore

1
.dockerignore

@ -19,5 +19,6 @@ node_modules
vendor/cache
yarn-debug.log*
.yarn-integrity
app/docs/*
.env

Loading…
Cancel
Save