diff options
Diffstat (limited to 'crates/termsize/.gitignore')
-rw-r--r-- | crates/termsize/.gitignore | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/crates/termsize/.gitignore b/crates/termsize/.gitignore new file mode 100644 index 0000000..5bc2870 --- /dev/null +++ b/crates/termsize/.gitignore @@ -0,0 +1,12 @@ +# yt - A fully featured command line YouTube client +# +# Copyright (C) 2025 softprops <d.tangren@gmail.com> +# SPDX-License-Identifier: MIT +# +# 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>. + +target +Cargo.lock |