dont copy .neon file to source directory

This commit is contained in:
Daniel Seifert 2022-07-26 23:48:47 +02:00
parent e1ec9c0714
commit 35f38817e0
Signed by: DanielS
GPG Key ID: 6A513E13AEE66170
2 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View File

@ -0,0 +1 @@
.php_cs.cache

View File

@ -38,7 +38,8 @@
"blacklist-filter": [ "blacklist-filter": [
"*.md", "*.md",
"composer.json", "composer.json",
".php-cs-fixer.php" ".php-cs-fixer.php",
"*.neon"
], ],
"target-directory": "d3/prg-redirects" "target-directory": "d3/prg-redirects"
} }