diff --git a/src/gitignore_cli/templates/linux.yaml b/src/gitignore_cli/templates/linux.yaml new file mode 100644 index 0000000..367d5fb --- /dev/null +++ b/src/gitignore_cli/templates/linux.yaml @@ -0,0 +1,21 @@ +name: linux +category: os +description: Linux operating system +patterns: | + # Core dumps + core + + # Lock files + *.lock + + # Backup files + *~ + + # Editor backup files + .swp + .swo + *~ + + # IDE + .vscode/ + .idea/