Initial upload: gitignore-generator-cli v1.0.0 with CI/CD workflow

This commit is contained in:
2026-01-30 15:34:10 +00:00
parent c8b4e1f6ab
commit 537bc59a83

16
templates/linux.gitignore Normal file
View File

@@ -0,0 +1,16 @@
# Linux
*~
# Backup files
*.backup
# Swap files
*.swp
*.swo
# Trash
.trash/
# IDE
.idea/
.vscode/