Skip to content

Commit aeb686c

Browse files
committed
Update .gitignore
1 parent 355aa7c commit aeb686c

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.gitignore

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
# Environment variables
22
.env
33

4+
vendor
5+
vendor/*
6+
7+
.env.local
8+
.env.*.local
9+
.env.test.local
10+
.env.production.local
11+
.env.development.local
12+
.env.staging.local
13+
.env.test
14+
.env.production
15+
.env.development
16+
.env.staging
17+
.env.example
18+
419
# Binaries for programs and plugins
520
*.exe
621
*.exe~

0 commit comments

Comments
 (0)