lsp-progress.nvim/.gitignore
linrongbin16 d5c9c5783c
fix(LspProgress): fix data polled from lsp clients for nvim-0.10 (#137)
ci(lint): migrate typecheck to 'mrcjkb/lua-typecheck-action' (#137)
ci(coverage): merge reports from multiple nvim versions (#137)
2024-05-17 11:04:50 +08:00

49 lines
429 B
Text

# Compiled Lua sources
luac.out
# luarocks build files
*.src.rock
*.zip
*.tar.gz
# Object files
*.o
*.os
*.ko
*.obj
*.elf
# Precompiled Headers
*.gch
*.pch
# Libraries
*.lib
*.a
*.la
*.lo
*.def
*.exp
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib
# Executables
*.exe
*.out
*.app
*.i*86
*.x86_64
*.hex
# macOS
.DS_Store
# logs
stdout.txt
stderr.txt
service.log
*lsp-progress.nvim_lsp-progress.nvim_lua.log