Skip to content

Commit 0427bd5

Browse files
authored
Merge pull request #134 from fschmtt/remove-devenv
chore: remove devenv
2 parents f7af30b + e724bbc commit 0427bd5

File tree

6 files changed

+0
-148
lines changed

6 files changed

+0
-148
lines changed

.envrc

-3
This file was deleted.

.gitattributes

-6
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,10 @@
1-
/.devenv export-ignore
2-
/.direnv export-ignore
31
/.github export-ignore
42
/tests export-ignore
53

64
/.editorconfig export-ignore
7-
/.envrc export-ignore
85
/.gitattributes export-ignore
96
/.gitignore export-ignore
107
/.php-cs-fixer.dist.php export-ignore
118
/compose.yaml export-ignore
12-
/devenv.lock export-ignore
13-
/devenv.nix export-ignore
14-
/devenv.yaml export-ignore
159
/phpstan.neon export-ignore
1610
/phpunit.xml export-ignore

.gitignore

-7
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,6 @@ composer.lock
99
.phpunit.result.cache
1010
phpunit.cobertura.xml
1111

12-
# Devenv
13-
.devenv*
14-
devenv.local.nix
15-
16-
# Direnv
17-
/.direnv/
18-
1912
# PHP-CS-Fixer
2013
.php-cs-fixer.cache
2114

devenv.lock

-116
This file was deleted.

devenv.nix

-13
This file was deleted.

devenv.yaml

-3
This file was deleted.

0 commit comments

Comments
 (0)