diff options
Diffstat (limited to '')
-rw-r--r-- | crates/termsize/.gitignore (renamed from .env) | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/.env b/crates/termsize/.gitignore index f4ffbe7..5bc2870 100644 --- a/.env +++ b/crates/termsize/.gitignore @@ -1,10 +1,12 @@ # 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 +# 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>. -DATABASE_URL=sqlite://target/database.sqlite + +target +Cargo.lock |