UNPKG
@albinberisha/codex-cli
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
Codex cli to scaffold plugins with Node
@albinberisha/codex-cli
/
codex_ignore.js
10 lines
•
195 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
export
const
ignoredFiles = [
"/(^|[\/\\])\../"
,
".env"
,
".env.test"
,
".node_modules/"
,
"/node_modules/"
,
"jspm_packages/"
,
"/.git"
,
"__variables.json"
, ]