| ######################### |
| # From .gitignore |
| |
| # build generated files |
| /.node-bin |
| /.npm-updated |
| /.nyc_output |
| /node_modules |
| /out |
| |
| # generated from opcode docenzier.py scripts |
| /asm-docs* |
| |
| # user local customizations |
| /etc/config/*.local.properties |
| /lib/storage/data |
| |
| # IDE project files |
| /nbproject |
| *.vscode |
| *.code-workspace |
| |
| # random bits |
| f.out |
| newrelic_agent.log |
| *.heapsnapshot |
| *.swp |
| |
| # approval tests |
| *.received.* |
| |
| ######################### |
| # From .eslintignore |
| |
| # Uninteresting folders (node_modules and dotfiles/dotfolders ignored by default) |
| docs |
| etc |
| examples |
| out |
| views |
| |
| # Autogenerated files |
| lib/handlers/asm-docs-amd64.js |
| lib/handlers/asm-docs-arm32.js |
| |
| |
| ######################### |
| # Files we ought to ignore |
| |
| static/policies/*.html |