From 00e415fc79fd5d805e31ab4aaeb08d5382248793 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Tue, 3 Dec 2019 19:57:19 +0000 Subject: [PATCH] move phpstan.neon to phpstan.neon.dist to allow phpstan.neon to be locally modified for development --- .gitignore | 1 + phpstan.neon => phpstan.neon.dist | 0 2 files changed, 1 insertion(+) rename phpstan.neon => phpstan.neon.dist (100%) diff --git a/.gitignore b/.gitignore index 7c65b549f..9cca0e13e 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,7 @@ server.properties memory_dumps/* resource_packs/ server.lock +/phpstan.neon # Common IDEs .idea/ diff --git a/phpstan.neon b/phpstan.neon.dist similarity index 100% rename from phpstan.neon rename to phpstan.neon.dist