/
githubmirror
/
DefinitelyTyped
Обзор
Документация
Войти
/
githubmirror
/
DefinitelyTyped
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
.gitignore
61 строка
694 B
Jake Bailey
🤖 Merge PR #66993 Fix git add when used on types dirs that look like ignored files by @jakebailey
09 окт 2023, 22:17
Не верифицирован
09 окт 2023, 22:17
226ac12
Код
Авторство
О чём код?
*.dll *.exe *.cmd *.pdb *.suo *.user *.cache *.cs *.sln *.csproj *.map *.swp *.code-workspace *.log .DS_Store _Resharper.DefinitelyTyped bin obj Properties # VIM backup files *~ # test folder _infrastructure/tests/build # IntelliJ based IDEs .idea *.iml # npm node_modules package-lock.json npm-debug.log # Sublime .sublimets # Visual Studio Code .settings/launch.json .vs .vscode/* !.vscode/extensions.json !.vscode/settings.template.json .history # yarn yarn.lock # pnpm shrinkwrap.yaml pnpm-lock.yaml pnpm-debug.log # Output of 'npm pack' *.tgz # Package names containing dots may match any of the above. # Just allow any directory within the types directory directly. !/types/*/