# 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