Skip to content

Commit b134984

Browse files
committed
Update .gitignore to exclude .env and vendor directories
1 parent a5d9e5a commit b134984

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

‎.gitignore‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,6 @@
44
*.json~
55

66
.DS_Store
7-
**/tmp
7+
**/tmp
8+
.env
9+
**/vendor/**

0 commit comments

Comments
 (0)