mirror of
https://github.com/microsoft/pyright.git
synced 2024-11-03 21:30:08 +03:00
19 lines
196 B
Plaintext
19 lines
196 B
Plaintext
# Dependency directories
|
|
node_modules
|
|
|
|
# Optional npm cache directory
|
|
.npm
|
|
|
|
# vs cache directory
|
|
.vs
|
|
|
|
# Output files
|
|
dist
|
|
server/out/
|
|
client/out/
|
|
client/server/
|
|
client/*.vsix
|
|
|
|
junit.xml
|
|
coverage/
|