mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
gitignore: add .cache and *.AppImage
.cache is used by clangd on my setup; built AppImages also shouldn't be part of the repo Signed-off-by: Jyrki Gadinger <nilsding@nilsding.org>
This commit is contained in:
parent
9411837b6c
commit
02a2ec4d3d
3
.gitignore
vendored
3
.gitignore
vendored
@ -146,7 +146,7 @@ AppPackages/
|
||||
|
||||
# Others
|
||||
sql/
|
||||
*.Cache
|
||||
*.[Cc]ache
|
||||
ClientBin/
|
||||
[Ss]tyle[Cc]op.*
|
||||
~$*
|
||||
@ -191,3 +191,4 @@ convert.exe
|
||||
*-w10startmenu.png
|
||||
*state-*.png
|
||||
theme.qrc
|
||||
*.AppImage
|
||||
|
||||
Loading…
Reference in New Issue
Block a user