mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-22 00:49:01 +02:00
19 lines
274 B
Text
19 lines
274 B
Text
|
.vscode/**/*
|
||
|
.gitignore
|
||
|
tests/**/*
|
||
|
.vscode-test/**
|
||
|
out/test/**
|
||
|
test/**
|
||
|
src/**
|
||
|
**/*.map
|
||
|
tsconfig.json
|
||
|
vsc-extension-quickstart.md
|
||
|
server/src/**
|
||
|
server/lib/**
|
||
|
server/*.json
|
||
|
server/node_modules/.bin/
|
||
|
webpack.config.js
|
||
|
node_modules/**
|
||
|
**/*.ts
|
||
|
**/tsconfig.json
|