forked from Global-localhost/licensed
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
56 lines (41 loc) · 912 Bytes
/
.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
/.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/nuget/obj/*
vendor/licenses
.licenses
*.gem
vendor/gems
.byebug_history
bin/