diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-05-26 17:58:28 +0200 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-05-26 17:58:28 +0200 |
| commit | 6c354f9af1d6a79f80772ffec8c719469fd19d69 (patch) | |
| tree | 81630fdd769f5c1ff0c6473e187d610f4cbcf761 /tree-sitter-yts/.gitignore | |
| parent | chore(version): v1.9.0 (diff) | |
| download | yt-6c354f9af1d6a79f80772ffec8c719469fd19d69.zip | |
build(tree-sitter-yts): Reduce bindings and update to latest tree-sitter version
Diffstat (limited to 'tree-sitter-yts/.gitignore')
| -rw-r--r-- | tree-sitter-yts/.gitignore | 57 |
1 files changed, 47 insertions, 10 deletions
diff --git a/tree-sitter-yts/.gitignore b/tree-sitter-yts/.gitignore index 88a62ca..7c0cb7f 100644 --- a/tree-sitter-yts/.gitignore +++ b/tree-sitter-yts/.gitignore @@ -1,11 +1,48 @@ -# yt - A fully featured command line YouTube client -# -# Copyright (C) 2024 Benedikt Peetz <benedikt.peetz@b-peetz.de> -# SPDX-License-Identifier: GPL-3.0-or-later -# -# This file is part of Yt. -# -# You should have received a copy of the License along with this program. -# If not, see <https://www.gnu.org/licenses/gpl-3.0.txt>. +# Rust artifacts +target/ -/node_modules +# Node artifacts +build/ +prebuilds/ +node_modules/ + +# Swift artifacts +.build/ + +# Go artifacts +_obj/ + +# Python artifacts +.venv/ +dist/ +*.egg-info +*.whl + +# C artifacts +*.a +*.so +*.so.* +*.dylib +*.dll +*.pc +*.exp +*.lib + +# Zig artifacts +.zig-cache/ +zig-cache/ +zig-out/ + +# Example dirs +/examples/*/ + +# Grammar volatiles +*.wasm +*.obj +*.o + +# Archives +*.tar.gz +*.tgz +*.zip +*.jar |
