Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Commit

Permalink
add src dir to gitignore
Browse files Browse the repository at this point in the history
As src is managed by vendir
  • Loading branch information
o-orand committed Dec 27, 2023
1 parent 29fa8d7 commit c8a8a51
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ blobs/*
#*
tmp
renovate.log
src/github.com/*
Empty file added src/.gitkeep
Empty file.
3 changes: 3 additions & 0 deletions src/Readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Src directory

`github.com` directory is dynamically managed by `vendir`, through [vendor.sh](../vendor.sh)

0 comments on commit c8a8a51

Please sign in to comment.