Skip to content

Commit f4f81f9

Browse files
committed
chore: add vendor directory to .gitignore
Ignore vendor directory to prevent vendored dependencies from being tracked in version control. Signed-off-by: Diego Ciangottini <diego.ciangottini@pg.infn.it>
1 parent e9d0fa9 commit f4f81f9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
envs.sh
22
bin
3+
vendor/
4+
35
# Eclipse IDE
46
.project
57
.settings

0 commit comments

Comments
 (0)