Skip to content
Snippets Groups Projects
Commit 2fa6b9f5 authored by Tim van Dijen's avatar Tim van Dijen
Browse files

Cleanup

parent 51cfdcdc
Branches
Tags
No related merge requests found
/cert/.gitkeep export-ignore /cert/.gitkeep export-ignore
/config/.gitkeep export-ignore
/metadata/.gitkeep export-ignore
/tests export-ignore /tests export-ignore
/tools export-ignore
codecov.yml export-ignore codecov.yml export-ignore
.editorconfig export-ignore .editorconfig export-ignore
.gitattributes export-ignore .gitattributes export-ignore
......
/log/
/config/ /config/
/metadata/ /metadata/
/cert/ /cert/
...@@ -13,10 +12,6 @@ ...@@ -13,10 +12,6 @@
/www/assets/css/*.map /www/assets/css/*.map
.phpunit.result.cache .phpunit.result.cache
!/config/.gitkeep
!/metadata/.gitkeep
!/cache/.gitkeep
!/locales/.gitkeep
!/www/assets/fonts/.gitkeep !/www/assets/fonts/.gitkeep
!/www/assets/js/.gitkeep !/www/assets/js/.gitkeep
!/www/assets/css/.gitkeep !/www/assets/css/.gitkeep
......
...@@ -51,9 +51,6 @@ npm audit fix ...@@ -51,9 +51,6 @@ npm audit fix
npx browserslist@latest --update-db npx browserslist@latest --update-db
npm run build npm run build
rm cert/.gitkeep
rm bin/build-release.sh
php "$COMPOSER" archive -f tar.gz --dir /tmp --file "$TARGET" php "$COMPOSER" archive -f tar.gz --dir /tmp --file "$TARGET"
rm "$COMPOSER" rm "$COMPOSER"
echo `shasum -a 256 /tmp/$TARGET.tar.gz` echo `shasum -a 256 /tmp/$TARGET.tar.gz`
...@@ -115,6 +115,8 @@ ...@@ -115,6 +115,8 @@
".gitattributes", ".gitattributes",
".gitignore", ".gitignore",
".php_cs.dist", ".php_cs.dist",
"bin/build-release.sh",
"cert/.gitkeep",
"codecov.yml", "codecov.yml",
"node_modules", "node_modules",
"phpcs.xml", "phpcs.xml",
......
...@@ -7,8 +7,8 @@ ...@@ -7,8 +7,8 @@
</description> </description>
<file>bin</file> <file>bin</file>
<file>config-templates</file> <file>config</file>
<file>metadata-templates</file> <file>metadata</file>
<file>modules</file> <file>modules</file>
<file>resources</file> <file>resources</file>
<file>src</file> <file>src</file>
......
...@@ -8,8 +8,8 @@ ...@@ -8,8 +8,8 @@
allowStringToStandInForClass="true" allowStringToStandInForClass="true"
> >
<projectFiles> <projectFiles>
<directory name="config-templates" /> <directory name="config" />
<directory name="metadata-templates" /> <directory name="metadata" />
<directory name="modules" /> <directory name="modules" />
<directory name="src/SimpleSAML" /> <directory name="src/SimpleSAML" />
<directory name="tests" /> <directory name="tests" />
...@@ -69,8 +69,8 @@ ...@@ -69,8 +69,8 @@
<!-- Suppress PossiblyUndefinedGlobalVariable on templates --> <!-- Suppress PossiblyUndefinedGlobalVariable on templates -->
<PossiblyUndefinedGlobalVariable> <PossiblyUndefinedGlobalVariable>
<errorLevel type="suppress"> <errorLevel type="suppress">
<directory name="config-templates" /> <directory name="config" />
<directory name="metadata-templates" /> <directory name="metadata" />
<directory name="modules/adfs/metadata-templates" /> <directory name="modules/adfs/metadata-templates" />
</errorLevel> </errorLevel>
</PossiblyUndefinedGlobalVariable> </PossiblyUndefinedGlobalVariable>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment