forked from AmineB/ycombinator-keys
8 lines
83 B
JavaScript
8 lines
83 B
JavaScript
export default {
|
|
__proto__: null,
|
|
ignoreFiles: [
|
|
"README.md",
|
|
"LICENSE"
|
|
]
|
|
}
|