mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
10 lines
288 B
Text
10 lines
288 B
Text
|
# if you want to ignore files created by your editor/tools, consider using a
|
||
|
# global .gitignore or .git/info/exclude see https://help.github.com/articles/ignoring-files
|
||
|
.*
|
||
|
!.github
|
||
|
!.gitignore
|
||
|
!.travis.yml
|
||
|
*.prof
|
||
|
# support running go modules in vendor mode for local development
|
||
|
vendor/
|