Signal-Desktop/.gitignore

46 lines
627 B
Plaintext

node_modules
node_modules_bkp
.sass-cache
coverage/*
build/curve25519_compiled.js
stylesheets/*.css.map
/dist
.DS_Store
config/local.json
config/local-*.json
*.provisionprofile
release/
/dev-app-update.yml
.nyc_output/
/sql/
/start.sh
.eslintcache
.stylelintcache
tsconfig.tsbuildinfo
.smartling-source.sh
# generated files
js/components.js
js/util_worker.js
libtextsecure/components.js
stylesheets/*.css
/storybook-static/
preload.bundle.*
bundles/
ts/sql/mainWorker.bundle.js.LICENSE.txt
# React / TypeScript
app/*.js
ts/**/*.js
ts/protobuf/*.d.ts
# CSS Modules
**/*.scss.d.ts
# Editors
/.idea
/.vscode
*.sublime*
*.map