Rubén Rincón Blanco | 3d68f53 | 2021-08-28 14:41:28 +0200 | [diff] [blame] | 1 | ######################### |
| 2 | # From .gitignore |
| 3 | |
| 4 | # build generated files |
| 5 | /.node-bin |
| 6 | /.npm-updated |
| 7 | /.nyc_output |
| 8 | /node_modules |
| 9 | /out |
| 10 | |
| 11 | # generated from opcode docenzier.py scripts |
| 12 | /asm-docs* |
| 13 | |
| 14 | # user local customizations |
| 15 | /etc/config/*.local.properties |
| 16 | /lib/storage/data |
| 17 | |
| 18 | # IDE project files |
| 19 | /nbproject |
| 20 | *.vscode |
| 21 | *.code-workspace |
| 22 | |
| 23 | # random bits |
| 24 | f.out |
| 25 | newrelic_agent.log |
| 26 | *.heapsnapshot |
| 27 | *.swp |
| 28 | |
| 29 | # approval tests |
| 30 | *.received.* |
| 31 | |
| 32 | ######################### |
| 33 | # From .eslintignore |
| 34 | |
| 35 | # Uninteresting folders (node_modules and dotfiles/dotfolders ignored by default) |
Rubén Rincón Blanco | 3d68f53 | 2021-08-28 14:41:28 +0200 | [diff] [blame] | 36 | etc |
| 37 | examples |
| 38 | out |
Rubén Rincón Blanco | 3d68f53 | 2021-08-28 14:41:28 +0200 | [diff] [blame] | 39 | |
| 40 | # Autogenerated files |
Jeremy Rifkin | 836a2d7 | 2022-12-02 14:36:10 -0500 | [diff] [blame] | 41 | lib/asm-docs/generated/asm-docs-* |
Rubén Rincón Blanco | 3d68f53 | 2021-08-28 14:41:28 +0200 | [diff] [blame] | 42 | |
| 43 | |
| 44 | ######################### |
| 45 | # Files we ought to ignore |
| 46 | |
| 47 | static/policies/*.html |