| 1 | .DS_Store |
| 2 | |
| 3 | node_modules/ |
| 4 | coverage/ |
| 5 | .idea/ |
| 6 | .pnpm-store/ |
| 7 | .instructions/ |
| 8 | |
| 9 | dist |
| 10 | v8-compile-cache-0 |
| 11 | |
| 12 | yarn-error.log |
| 13 | .npmrc |
| 14 | token |
| 15 | |
| 16 | package-lock.json |
| 17 | |
| 18 | # ignore files in /.vscode/ except for launch.json and extensions.json |
| 19 | /.vscode/** |
| 20 | !/.vscode/launch.json |
| 21 | !/.vscode/extensions.json |
| 22 | |
| 23 | cypress/platform/current.html |
| 24 | cypress/platform/experimental.html |
| 25 | local/ |
| 26 | |
| 27 | _site |
| 28 | Gemfile.lock |
| 29 | /.vs |
| 30 | |
| 31 | cypress/screenshots/ |
| 32 | cypress/snapshots/ |
| 33 | |
| 34 | # eslint --cache file |
| 35 | .eslintcache |
| 36 | .tsbuildinfo |
| 37 | tsconfig.tsbuildinfo |
| 38 | |
| 39 | #knsv*.html |
| 40 | local*.html |
| 41 | stats/ |
| 42 | |
| 43 | **/user-avatars/* |
| 44 | **/contributor-names.json |
| 45 | .pnpm-store |
| 46 | .nyc_output |
| 47 | |
| 48 | demos/dev/** |
| 49 | !/demos/dev/example.html |
| 50 | !/demos/dev/reload.js |
| 51 | tsx-0/** |
| 52 | vite.config.ts.timestamp-* |
| 53 | |
| 54 | # autogenereated by langium-cli |
| 55 | generated/ |
| 56 | |