forked from dependabot/dependabot-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
39 lines (38 loc) · 662 Bytes
/
.gitignore
File metadata and controls
39 lines (38 loc) · 662 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
/.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
# Ignore Vim swap files
*.swp
# Test ecosystems from rake scaffold tests
test_*/