Skip to content
Snippets Groups Projects
Commit 0cf2798d authored by Skander Hatira's avatar Skander Hatira
Browse files

remove test_data from production

parent cb5f03da
No related branches found
No related tags found
No related merge requests found
Checking pipeline status
......@@ -12,7 +12,12 @@ module.exports = {
from: path.join("resources"),
to: "resources",
globOptions: {
ignore: ["**/.test/**", "**/.snakemake/**", "**/.git/**"],
ignore: [
"**/.test/**",
"**/.snakemake/**",
"**/.git/**",
"**/test_data/**",
],
},
},
{ from: "src/backend", to: "backend" },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment