mirror of
https://github.com/kittywitch/konawall-py.git
synced 2026-02-09 04:19:19 -08:00
feat: add gnome support
This commit is contained in:
parent
e9eb56126b
commit
e4d1a62790
3 changed files with 17 additions and 2 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
|
@ -3,6 +3,11 @@ __pycache__/
|
|||
*.py[cod]
|
||||
*$py.class
|
||||
|
||||
|
||||
# PyCharm
|
||||
|
||||
.idea
|
||||
|
||||
# C extensions
|
||||
*.so
|
||||
|
||||
|
|
@ -161,4 +166,4 @@ cython_debug/
|
|||
|
||||
# App specific files
|
||||
app.log
|
||||
config.toml
|
||||
config.toml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue