refactor: migration to be based on https://github.com/ruinivist/kde-6-widget-starter
This commit is contained in:
+26
@@ -0,0 +1,26 @@
|
||||
# KDE / Qt
|
||||
.kdev4/
|
||||
*.kdev4
|
||||
.directory
|
||||
*.user
|
||||
*.pro.user
|
||||
*.moc
|
||||
*.o
|
||||
*.obj
|
||||
*.rcc
|
||||
*.ui
|
||||
*.qrc
|
||||
.qmake.stash
|
||||
|
||||
# Build artifacts
|
||||
build/
|
||||
*.plasmoid
|
||||
|
||||
# Temporary files
|
||||
*~
|
||||
*.swp
|
||||
*.bak
|
||||
.DS_Store
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
Reference in New Issue
Block a user