Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
65d3a35881 | |||
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.*
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user