mirror of
https://github.com/dependabot/dependabot-core.git
synced 2025-06-13 22:41:45 +00:00
* Ignore VSCode C# Dev Kit * Add rb logic for nuget lock file * Add cs logic to handle nuget lock files * Some fixes in nuget file_updater.rb * Fix file_fetcher * fixed fetch_files * Update lock files as part of project updates instead of directly updating them * MSBuildHelper.SidelineGlobalJsonAsync * Update LockFileUpdater.cs --------- Co-authored-by: AbdulFattaah Popoola <abdulapopoola@github.com>
35 lines
580 B
Plaintext
35 lines
580 B
Plaintext
/.bundle/
|
|
node_modules/
|
|
/.env
|
|
/.envrc
|
|
/tmp
|
|
/pkg
|
|
/dependabot-*.gem
|
|
vendor
|
|
!common/spec/fixtures/projects/**/*/vendor
|
|
!go_modules/spec/fixtures/projects/**/*
|
|
.DS_Store
|
|
*.pyc
|
|
*git.store
|
|
/.vscode/
|
|
/.vscode-server/
|
|
/.vscode-server-insiders/
|
|
**/helpers/install-dir
|
|
/npm_and_yarn/helpers/.node-version
|
|
/dry-run
|
|
**/bin/helper
|
|
/.core-bash_history
|
|
coverage/
|
|
.ruby-gemset
|
|
.tool-versions
|
|
.rspec_status
|
|
.rdbg_history
|
|
# Ignore Jetbrains IntelliJ project-config directory
|
|
.idea/
|
|
# Ignore spoom coverage report
|
|
spoom_data/
|
|
spoom_report.html
|
|
.vs/
|
|
# Ignore VSCode C# Dev Kit
|
|
**/.mono/**/values.xml
|