mirror of
https://github.com/NickKaramoff/toot
synced 2025-02-06 12:24:07 +01:00
29 lines
392 B
Plaintext
29 lines
392 B
Plaintext
# 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/
|
|
|
|
# generated types
|
|
.astro/
|
|
|
|
# logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# Cache/state
|
|
node_modules/
|
|
|
|
# Editors/IDEs
|
|
.idea/
|
|
.vscode/
|
|
|
|
# Backend
|
|
.vercel/
|
|
.netlify
|