diff options
Diffstat (limited to '')
-rw-r--r-- | docusaurus/.dockerignore | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/docusaurus/.dockerignore b/docusaurus/.dockerignore new file mode 100644 index 0000000..019391a --- /dev/null +++ b/docusaurus/.dockerignore @@ -0,0 +1,26 @@ +# SPDX-License-Identifier: AGPL-3.0-or-later +# This file is part of Wolfree. +# This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. + +# Dependencies +/node_modules + +# Production +/build + +# Generated files +.docusaurus +.cache-loader + +# Misc +.DS_Store +.env.local +.env.development.local +.env.test.local +.env.production.local + +npm-debug.log* +yarn-debug.log* +yarn-error.log* + +package-lock.json |