From 537bc59a83fd5d5fdda6d0924c250ec887d24615 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Fri, 30 Jan 2026 15:34:10 +0000 Subject: [PATCH] Initial upload: gitignore-generator-cli v1.0.0 with CI/CD workflow --- templates/linux.gitignore | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 templates/linux.gitignore diff --git a/templates/linux.gitignore b/templates/linux.gitignore new file mode 100644 index 0000000..a114e93 --- /dev/null +++ b/templates/linux.gitignore @@ -0,0 +1,16 @@ +# Linux +*~ + +# Backup files +*.backup + +# Swap files +*.swp +*.swo + +# Trash +.trash/ + +# IDE +.idea/ +.vscode/