mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
28 lines
214 B
Plaintext
28 lines
214 B
Plaintext
# Build
|
|
build*/
|
|
cmake-build-*/
|
|
|
|
# Python cache
|
|
__pycache__
|
|
|
|
# Compiled binary
|
|
noctalia
|
|
|
|
# Editor / IDE
|
|
.vscode/
|
|
.idea/
|
|
.cache/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Nix
|
|
.envrc
|
|
.direnv/
|
|
result/
|
|
result
|
|
result-* |