mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-07-05 01:57:25 +00:00
d15409bf2e
* Exclude vscode local settings * Switch the image to nginx with ENV support * Add some doc * Fix travis config * Ignore coverage data * Remove version labels * Fix the Dockerfile according to the recent refactoring * Cleanup * Change maintainer According to @woss request * Fix travis config
28 lines
332 B
Plaintext
28 lines
332 B
Plaintext
# See https://help.github.com/ignore-files/ for more about ignoring files.
|
|
htdocs
|
|
|
|
backend/target
|
|
|
|
# dependencies
|
|
node_modules
|
|
|
|
# testing
|
|
coverage
|
|
|
|
# production
|
|
build
|
|
|
|
# misc
|
|
.DS_Store
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
.vscode
|
|
env-config.js
|
|
.nyc
|