5 lines
84 B
JavaScript
5 lines
84 B
JavaScript
|
module.exports = {
|
||
|
ignoreFiles: [
|
||
|
"instances/get_instances.py"
|
||
|
],
|
||
|
};
|