FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
sourcegraph/.dockerignore at master · practicaldev/sourcegraph · GitHub
practicaldev
/
sourcegraph
Public
forked from
sourcegraph/sourcegraph-public-snapshot
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
sourcegraph
/
.dockerignore
Copy path
More file actions
More file actions
Latest commit
History
History
History
108 lines (81 loc) · 1.36 KB
Breadcrumbs
sourcegraph
/
.dockerignore
Copy path
File metadata and controls
108 lines (81 loc) · 1.36 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
.git
/
/
vagrant_ansible_inventory_default
/
.vagrant
#
Vim
*
.swp
#
JetBrains/IntelliJ
.idea
#
Emacs
*
~
\#
*
\#
/
.emacs.desktop
/
.emacs.desktop.lock
.
\#
*
.dir-locals.el
#
Go
*
.o
*
.a
*
.so
#
Mac OS X
.DS_Store
#
Python
*
.py
[
cod
]
__pycache__
#
langkit
/
workspace
/
#
Test binaries
*
.test
grapher
/
python
/
pysonar2
/
tests
grapher
/
ruby
/
rubysonar
/
target
grapher
/
ruby
/
rubysonar
/
dependency-reduced-pom.xml
grapher
/
ruby
/
yard
/
.bundle
npm-debug.log
yarn-error.log
.codemod.bookmark
.elasticbeanstalk
/
.tmp
/
*
.jar
/
cmd
/
frontend
/
internal
/
graphqlbackend
/
node_modules
/
ui
/
artifacts
/
ui
/
node_modules
/
ui
/
assets
/
_goTemplates.js
/
ui
/
assets
/
analytics.js
/
ui
/
assets
/
bundle.js
/
ui
/
assets
/
bundle.css
/
ui
/
assets
/
sourcebox.js
/
ui
/
assets
/
sourcebox.css
/
ui
/
assets
/
test.js
/
ui
/
assets
/
test.css
/
ui
/
assets
/
vs
/
ui
/
assets
/
*
.html
/
ui
/
assets
/
*
.map
/
ui
/
assets
/
extension
/
ui
/
.tmp
*
.json.actual
eb-bundle.zip
/
cmd
/
frontend
/
internal
/
app
/
assets
/
assets_vfsdata.go
/
release
/
/
conf
/
private
/
provision
/
kubernetes
/
gen
/
deploy
/
sourcegraph.com
/
src
/
deploy
/
sourcegraph
/
src
#
Sublime
*
.sublime-project
*
.sublime-workspace
.bin
/
.env
/
vendor
/
.gtm
/
cmd
/
src
/
debug
cmd
/
gitserver
/
debug
cmd
/
indexer
/
debug
/
dev
/
e2e
/
log.html
/
.gtm
/
#
Web
node_modules
/
/
web
#
Extensions
/
packages
/
sourcegraph-extension-api
/
dist
#
Precise code intel
.
/
cmd
/
precise-code-intel
/
node_modules
.
/
cmd
/
precise-code-intel
/
out
.
/
cmd
/
precise-code-intel
/
test-data
Back
|
FazBrowse Home
|
New Git URL