mirror of
https://github.com/oxen-io/session-desktop.git
synced 2023-12-14 02:12:57 +01:00
30 lines
559 B
Text
30 lines
559 B
Text
# TODO: Partially duplicated from `.gitignore`. Remove once Prettier
|
|
# supports `.gitignore`: https://github.com/prettier/prettier/issues/2294
|
|
|
|
# Generated files
|
|
config/local-*.json
|
|
config/local.json
|
|
dist/**
|
|
stylesheets/*.css
|
|
|
|
test/ts/**/*.js
|
|
ts/**/*.js
|
|
ts/protobuf/*.d.ts
|
|
ts/protobuf/*.js
|
|
ts/util/lint/exceptions.json
|
|
ts/test/automation/notes
|
|
|
|
# Third-party files
|
|
node_modules/**
|
|
mnemonic_languages/**
|
|
playwright.config.js
|
|
.vscode/
|
|
|
|
# Managed by package manager (`yarn`/`npm`):
|
|
/package.json
|
|
|
|
# Coverage
|
|
release/**
|
|
.nyc_output/
|
|
coverage/
|
|
stylesheets/dist/**
|