This repository has been archived on 2024-05-13. You can view files and clone it, but cannot push or open issues or pull requests.
share2fedi/.gitignore
Nikita Karamov f4845de588
Add dev config to netlify
This somehow fixed it? I do not understand how Netlify works
2023-09-02 23:29:36 +02:00

19 lines
294 B
Text

# This Git ignore file is part of Share₂Fedi
# https://github.com/kytta/share2fedi
#
# SPDX-FileCopyrightText: © 2023 Nikita Karamov <me@kytta.dev>
# SPDX-License-Identifier: CC0-1.0
# Outputs
/dist/
# Cache/state
node_modules/
# Editors/IDEs
.idea/
.vscode/
# Backend
.vercel/
.netlify