Just rename the readEnvFile function for testing
Until I find out how I can exclude folders from beeing deployed Update composer ingore list Add .gitattributes for ignore list
This commit is contained in:
@@ -22,6 +22,6 @@
|
||||
"php": ">=7.4.0"
|
||||
},
|
||||
"archive": {
|
||||
"exclude": ["/test/", "/phpstan.neon", "/psalm.xml", "/.phan/", "/.vscode/"]
|
||||
"exclude": ["/test/", "/test/*", "/phpstan.neon", "/psalm.xml", "/.phan/", "/.vscode/"]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user