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/