aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 698e891b68625a6172cb7c629c569956e466773b (plain)
1
2
3
4
5
6
7
8
9
/.cache/
/.gocache/
/bin/
/vendor/

# This file includes artifacts of the system test that should not be checked in.
# For files created by specific development environment (e.g. editor),
# use alternative ways to exclude files from git.
# For example, set up .git/info/exclude or use a global .gitignore.