netgusto / nodebook

Nodebook - Multi-Lang Web REPL + CLI Code runner

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ignore dist

stripedpajamas opened this issue · comments

I recommend git-ignoring the dist folder. The files can be generated on first run or with the npm postinstall script. As it is, code reviews are noisy (babel and minified code shows up) and there's a bit of a security risk in that one could sneak code into the dist files and most reviewers would not notice.