forked from github/licensed
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
66 lines (50 loc) · 1.17 KB
/
.gitignore
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
/.bundle/
/.yardoc
/Gemfile.lock
/_yardoc/
/coverage/
/doc/
/pkg/
/spec/reports/
/tmp/
# test fixtures
test/fixtures/bundler/.bundle/
test/fixtures/bundler/vendor/
test/fixtures/bundler/Gemfile.lock
test/fixtures/bower/bower_components
test/fixtures/npm/node_modules
test/fixtures/npm/package-lock.json
test/fixtures/go/src/*
test/fixtures/go/pkg
!test/fixtures/go/src/test
!test/fixtures/go/src/modules_test
test/fixtures/cabal/*
!test/fixtures/cabal/app*
test/fixtures/git_submodule/*
!test/fixtures/git_submodule/README
test/fixtures/pip/venv
test/fixtures/pipenv/Pipfile.lock
!test/fixtures/migrations/**/*
test/fixtures/composer/**/*
!test/fixtures/composer/composer.json
test/fixtures/mix/_build
test/fixtures/mix/deps
test/fixtures/mix/mix.lock
test/fixtures/yarn/*/*
!test/fixtures/yarn/*/package.json
!test/fixtures/yarn/*/yarn.lock
!test/fixtures/yarn/*/.yarn
!test/fixtures/yarn/*/.yarnrc.yml
test/fixtures/yarn/*/.yarn/*
!test/fixtures/yarn/*/.yarn/releases
!test/fixtures/yarn/*/.yarn/plugins
test/fixtures/nuget/obj/*
test/fixtures/cargo/*
!test/fixtures/cargo/Cargo.*
!test/fixtures/cargo/src
vendor/licenses
.licenses_test
*.gem
vendor/gems
.byebug_history
bin/