mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-29 01:32:33 +00:00
* move script to scripts folder * add docfy to router and scripts * add docfy to router and scripts * fix jsdoc syntax * add component markdown files to gitignore * improve error handling for scripts * tidy up remaining jsdoc syntax * add sample jsdoc components * add known issue info * make not using multi-line components clearer * make generating docs clearer * update copy * final how to docfy cleanup * fix ts file @module syntax * fix read more syntax * make docfy typescript compatible
42 lines
533 B
Plaintext
42 lines
533 B
Plaintext
# compiled output
|
|
/dist/
|
|
/declarations/
|
|
|
|
# dependencies
|
|
/node_modules/
|
|
|
|
# misc
|
|
/.sass-cache
|
|
/.env*
|
|
/.pnp*
|
|
/.eslintcache
|
|
/coverage/
|
|
/npm-debug.log*
|
|
/testem.log
|
|
/yarn-error.log
|
|
package-lock.json
|
|
/docs/components/*
|
|
|
|
# ember-try
|
|
/.node_modules.ember-try/
|
|
/npm-shrinkwrap.json.ember-try
|
|
/package.json.ember-try
|
|
/package-lock.json.ember-try
|
|
/yarn.lock.ember-try
|
|
|
|
# broccoli-debug
|
|
/DEBUG/
|
|
|
|
# yarn
|
|
.pnp.*
|
|
.yarn/*
|
|
!.yarn/patches
|
|
!.yarn/plugins
|
|
!.yarn/releases
|
|
!.yarn/sdks
|
|
!.yarn/versions
|
|
|
|
# copywrite tool used in pre-commit hook
|
|
.copywrite
|
|
|