Skip to content

Commit 53a5f3f

Browse files
authored
build: Add support for direnv (#1016)
1 parent a75021c commit 53a5f3f

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.envrc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
source .composer-root-version
2+
3+
export XDEBUG_MODE=off
4+
5+
use nix --packages \
6+
gnumake
7+
8+
[[ -f .envrc.local ]] && source_env .envrc.local

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
!/bin/infection.sh
22
!/bin/php-scoper
33
/.box_dump/
4+
/.direnv/
5+
/.envrc.local
46
/.php-cs-fixer.cache
57
/.phpcs-cache
68
/.phpunit*

0 commit comments

Comments
 (0)