.gitignore
1 # SPDX-FileCopyrightText: 2023 LakeSoul Contributors 2 # 3 # SPDX-License-Identifier: Apache-2.0 4 5 # Dependencies 6 /node_modules 7 8 # Production 9 /build 10 11 # Generated files 12 .docusaurus 13 .cache-loader 14 15 # Misc 16 .DS_Store 17 .env.local 18 .env.development.local 19 .env.test.local 20 .env.production.local 21 22 npm-debug.log* 23 yarn-debug.log* 24 yarn-error.log* 25 yarn.lock