diff options
Diffstat (limited to 'docusaurus/.gitignore')
-rw-r--r-- | docusaurus/.gitignore | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/docusaurus/.gitignore b/docusaurus/.gitignore index 019391a..ecec047 100644 --- a/docusaurus/.gitignore +++ b/docusaurus/.gitignore @@ -1,7 +1,3 @@ -# 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 @@ -24,3 +20,5 @@ yarn-debug.log* yarn-error.log* package-lock.json + +# SPDX-License-Identifier: AGPL-3.0-or-later |