aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2020-09-04 04:45:07 -0400
committerThedro Neely <thedroneely@gmail.com>2020-09-04 04:45:07 -0400
commit88e81bed494de5327fcae642c32ad9de0ff4caca (patch)
treec57ec2f3352781ae352b112d2b7a61efcedc00a4
parent64ef1a47387b0d0ded17d5f4d0723b8211012769 (diff)
downloadedwinmattiacci.com-88e81bed494de5327fcae642c32ad9de0ff4caca.tar.gz
edwinmattiacci.com-88e81bed494de5327fcae642c32ad9de0ff4caca.tar.bz2
edwinmattiacci.com-88e81bed494de5327fcae642c32ad9de0ff4caca.zip
.gitignore: Cleanup
-rw-r--r--.gitignore2
-rw-r--r--phpunit.xml8
2 files changed, 1 insertions, 9 deletions
diff --git a/.gitignore b/.gitignore
index ff9c5dd..1d09c82 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,4 +4,4 @@
/public/error/error.html
generators/hugo/public
/bootstrap/comments/comments
-AppConfig.php
+config.php
diff --git a/phpunit.xml b/phpunit.xml
deleted file mode 100644
index 005c645..0000000
--- a/phpunit.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<phpunit verbose="true">
- <php>
- <ini name="error_reporting" value="-1" />
- <ini name="display_errors" value="1" />
- <ini name="xdebug.scream" value="0" />
- </php>
-</phpunit>