session-desktop/.prettierignore

31 lines
547 B
Plaintext
Raw Permalink Normal View History

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
2020-12-07 05:24:46 +01:00
test/ts/**/*.js
2018-05-04 22:02:48 +02:00
ts/**/*.js
ts/protobuf/*.d.ts
2018-05-07 21:53:20 +02:00
ts/protobuf/*.js
ts/util/lint/exceptions.json
ts/test/automation/notes
2018-04-27 23:19:08 +02:00
# Third-party files
node_modules/**
2018-11-01 01:08:41 +01:00
mnemonic_languages/**
.vscode/
2023-08-17 05:42:09 +02:00
.vscrof/
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
release/**
.nyc_output/
coverage/
stylesheets/dist/**