Add .gitignore for KDE Plasma project
This commit is contained in:
parent
fc7f10827a
commit
222f2bd4e0
30
.gitignore
vendored
Normal file
30
.gitignore
vendored
Normal file
@ -0,0 +1,30 @@
|
||||
# Build artifacts
|
||||
*.plasmoid
|
||||
build/
|
||||
dist/
|
||||
|
||||
# Editor files
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
# System files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
|
||||
# Temporary files
|
||||
*.tmp
|
||||
*.bak
|
||||
|
||||
# Package files
|
||||
*.tar.gz
|
||||
*.zip
|
||||
|
||||
# IDE files
|
||||
*.pro.user
|
||||
*.pro.user.*
|
Loading…
Reference in New Issue
Block a user