[Graph]: Remove cleanlibrary. Add gitignore. Add gitmodules

master
kostis30fyllou 3 years ago
parent e22d4f1c95
commit ca8fa6b922

4
.gitignore vendored

@ -0,0 +1,4 @@
node_modules/
dist/
.idea/
package-lock.json

6
.gitmodules vendored

@ -0,0 +1,6 @@
[submodule "src/app/openaireLibrary"]
path = src/app/openaireLibrary
url = gitea@code-repo.d4science.org:MaDgIK/openaire-library.git
[submodule "src/assets/common-assets"]
path = src/assets/common-assets
url = gitea@code-repo.d4science.org:MaDgIK/openaire-assets.git

@ -1,9 +0,0 @@
cd src/app/openaireLibrary
# Exclude Dashboard files
echo "Exclude Dashboard files"
svn update --set-depth exclude ./dashboard
# Exclude ck-editor usages
echo "Exclude ck-editor usages"
svn update --set-depth exclude ./sharedComponents/subscriber-invite
cd ../../../
echo "Done"

@ -11,7 +11,6 @@
"webpack-bundle-analyzer": "ng build --stats-json && webpack-bundle-analyzer dist/graph/browser/stats.json --host 0.0.0.0",
"test": "ng test",
"e2e": "ng e2e",
"postinstall": "chmod +x clean-library.sh && ./clean-library.sh",
"after-build-clean": "rm -rf dist/graph/assets/common-assets/.svn/"
},
"private": true,

@ -0,0 +1 @@
Subproject commit 410643a682b184f96982bb228657a16769c622ff

@ -0,0 +1 @@
Subproject commit 2f572df5783cb32cc84969b75939e45ffce3b424
Loading…
Cancel
Save