mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
* [ADF-3538] start creating new folder for cloud components * [ADF-3538] added new package to the script and the builds * [ADF-3538] added some more changes to scripts * [ADF-3538] - starting the new package * change index * fix package * Fix module structure with Cli * add basic structure * Create a library with angular cli * Add a cloud component as example * Skip the scss style * add the import scss * remove useless codes * Add i18n example * remove useless code * Simplify the hello component Fix the wrong path * Fix process service cloud path * Download process-service-cloud from the CS
48 lines
820 B
Plaintext
48 lines
820 B
Plaintext
npm-debug.log
|
|
node_modules
|
|
.idea
|
|
.npmrc
|
|
typings
|
|
coverage
|
|
dist
|
|
|
|
content-services/**/*.js
|
|
!content-services/karma.conf.js
|
|
content-services/**/*.js.map
|
|
content-services/**/*.d.ts
|
|
|
|
process-services/**/*.js
|
|
!process-services/karma.conf.js
|
|
process-services/**/*.js.map
|
|
process-services/**/*.d.ts
|
|
|
|
core/**/*.js
|
|
!core/karma.conf.js
|
|
core/**/*.js.map
|
|
core/**/*.d.ts
|
|
|
|
insights/**/*.js
|
|
!insights/karma.conf.js
|
|
insights/**/*.js.map
|
|
insights/**/*.d.ts
|
|
|
|
process-services-cloud/**/*.js
|
|
!process-services-cloud/karma.conf.js
|
|
process-services-cloud/**/*.js.map
|
|
process-services-cloud/**/*.d.ts
|
|
|
|
!config/karma-test-shim.js!
|
|
|
|
*.tgzf
|
|
core/prebuilt-themes/
|
|
/package/
|
|
/bundles/
|
|
index.d.ts
|
|
/.happypack
|
|
|
|
process-services/_theming.scss
|
|
content-services/_theming.scss
|
|
core/_theming.scss
|
|
insights/_theming.scss
|
|
process-services-cloud/_theming.scss
|