Initial upload: gitignore-generator-cli v1.0.0 with CI/CD workflow
This commit is contained in:
16
templates/linux.gitignore
Normal file
16
templates/linux.gitignore
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
# Linux
|
||||||
|
*~
|
||||||
|
|
||||||
|
# Backup files
|
||||||
|
*.backup
|
||||||
|
|
||||||
|
# Swap files
|
||||||
|
*.swp
|
||||||
|
*.swo
|
||||||
|
|
||||||
|
# Trash
|
||||||
|
.trash/
|
||||||
|
|
||||||
|
# IDE
|
||||||
|
.idea/
|
||||||
|
.vscode/
|
||||||
Reference in New Issue
Block a user