mirror of
https://github.com/documize/community.git
synced 2025-08-07 14:35:28 +02:00
[WIP] Upgrade EmberJS to 3.5.x
This commit is contained in:
parent
44d3e40663
commit
4b68529090
8 changed files with 76 additions and 33 deletions
22
gui/.gitignore
vendored
22
gui/.gitignore
vendored
|
@ -1,18 +1,24 @@
|
|||
# See https://help.github.com/ignore-files/ for more about ignoring files.
|
||||
|
||||
# compiled output
|
||||
/dist
|
||||
/dist-prod
|
||||
/tmp
|
||||
/dist/
|
||||
/dist-prod/
|
||||
/tmp/
|
||||
|
||||
# dependencies
|
||||
/node_modules
|
||||
/bower_components
|
||||
/bower_components/
|
||||
/node_modules/
|
||||
|
||||
# misc
|
||||
/.sass-cache
|
||||
/connect.lock
|
||||
/coverage/*
|
||||
/coverage/
|
||||
/libpeerconnection.log
|
||||
npm-debug.log*
|
||||
testem.log
|
||||
/npm-debug.log*
|
||||
/testem.log
|
||||
/yarn-error.log
|
||||
|
||||
# ember-try
|
||||
/.node_modules.ember-try/
|
||||
/bower.json.ember-try
|
||||
/package.json.ember-try
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue