mirror of
https://git.disroot.org/wolfree/wolfree-dockerfile
synced 2024-12-28 07:49:58 +01:00
27 lines
579 B
Plaintext
27 lines
579 B
Plaintext
|
# 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
|