2018-04-27 23:19:08 +02:00
|
|
|
# TODO: Partially duplicated from `.gitignore`. Remove once Prettier
|
|
|
|
# supports `.gitignore`: https://github.com/prettier/prettier/issues/2294
|
|
|
|
|
2018-05-04 22:02:48 +02:00
|
|
|
# Generated files
|
2018-05-07 21:53:20 +02:00
|
|
|
config/local-*.json
|
|
|
|
config/local.json
|
2018-05-04 22:02:48 +02:00
|
|
|
dist/**
|
2018-05-07 21:53:20 +02:00
|
|
|
stylesheets/*.css
|
2021-08-09 03:52:00 +02:00
|
|
|
|
2020-12-07 05:24:46 +01:00
|
|
|
test/ts/**/*.js
|
2018-05-04 22:02:48 +02:00
|
|
|
ts/**/*.js
|
2018-05-07 20:12:38 +02:00
|
|
|
ts/protobuf/*.d.ts
|
2018-05-07 21:53:20 +02:00
|
|
|
ts/protobuf/*.js
|
2018-09-21 00:24:52 +02:00
|
|
|
ts/util/lint/exceptions.json
|
2022-01-17 06:34:27 +01:00
|
|
|
ts/test/automation/notes
|
2018-04-27 23:19:08 +02:00
|
|
|
|
|
|
|
# Third-party files
|
2018-09-21 00:24:52 +02:00
|
|
|
node_modules/**
|
2018-11-01 01:08:41 +01:00
|
|
|
mnemonic_languages/**
|
2022-01-19 07:24:20 +01:00
|
|
|
playwright.config.js
|
2018-05-02 03:54:43 +02:00
|
|
|
|
2021-10-04 01:56:54 +02:00
|
|
|
# Managed by package manager (`yarn`/`npm`):
|
2018-05-04 22:02:48 +02:00
|
|
|
/package.json
|
|
|
|
|
2019-01-21 00:46:47 +01:00
|
|
|
# Coverage
|
2021-03-03 03:26:34 +01:00
|
|
|
release/**
|
2022-08-08 01:50:48 +02:00
|
|
|
.nyc_output/
|
2022-08-09 01:14:47 +02:00
|
|
|
coverage/
|
|
|
|
stylesheets/dist/**
|