From 480cf0b089d6bb0ea8de13d082d481d7f04a390f Mon Sep 17 00:00:00 2001 From: alexy Date: Sat, 14 Jun 2025 00:39:49 +0300 Subject: [PATCH] chore: add .gitignore file and update README.md --- .gitignore | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d5d3403 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +test* diff --git a/README.md b/README.md index 951c97d..3058c63 100644 --- a/README.md +++ b/README.md @@ -1 +1 @@ -This repository contains all the scripts I use on Linux. +This repository contains all the scripts I use in Linux and beyond.