mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-03 23:26:29 +00:00
9 lines
280 B
Text
9 lines
280 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
|
||
|
profile.out
|
||
|
# support running go modules in vendor mode for local development
|
||
|
vendor/
|