diff --git a/.dockerignore b/.dockerignore deleted file mode 100644 index 809265de8..000000000 --- a/.dockerignore +++ /dev/null @@ -1,18 +0,0 @@ -# Ignore Next.js stuff when building Astro -dealplustech-astro/node_modules -dealplustech-astro/dist -dealplustech-astro/.astro -dealplustech-astro/.next -dealplustech-astro/next-env.d.ts - -# Root level - ignore everything except dealplustech-astro -* -!dealplustech-astro/ - -# Git -.git -.gitignore - -# Docs -*.md -!README.md