Files
gitignore-generator-cli/templates/linux.gitignore

17 lines
102 B
Plaintext

# Linux
*~
# Backup files
*.backup
# Swap files
*.swp
*.swo
# Trash
.trash/
# IDE
.idea/
.vscode/