UNPKG

499 BPlain TextView Raw
1# dumb files
2# ==========
3
4.tmp*
5.project
6.settings/
7.livereload
8.DS_Store?
9ehthumbs.db
10Icon?
11Thumbs.db
12
13
14# stuff not needed by node
15# ========================
16
17node_modules/
18tests/
19_build/
20doc_html/
21
22# we keep the doc/ folder in case npm decides to display it in the future
23# also good in case user is using an old version or working offline
24
25# we also keep the src/ folder in case the user still needs the AMD modules
26# after build (see issue #102)
27
28component.json
29updateDocs.sh
30clean.sh
31build.js