Add remaining templates (languages, frameworks, IDEs, OS)
This commit is contained in:
21
src/gitignore_cli/templates/linux.yaml
Normal file
21
src/gitignore_cli/templates/linux.yaml
Normal file
@@ -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/
|
||||||
Reference in New Issue
Block a user