Skip to content

Commit a98fe4b

Browse files
committed
Adds .env file to gitignore.
1 parent 96582da commit a98fe4b

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

Diff for: .gitignore

+7-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
build
2-
vendor
1+
/* Directories to ignore */
2+
/build
3+
/vendor
34

4-
composer.lock
5-
phpunit.xml
5+
/* Files to ignore */
6+
/.env
7+
/composer.lock
8+
/phpunit.xml

0 commit comments

Comments
 (0)