forked from iatecbr-legacy/ng2-timepicker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.npmignore
68 lines (58 loc) · 733 Bytes
/
.npmignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
# compiled output
/dist
/build
/tmp
/out-tsc
/aot
*.tgz
.npmignore
.editorconfig
/**/*.ts
!/**/*.d.ts
# source
src
# test
e2e
karma.conf.js
protractor.conf.js
# dependencies
node_modules
# IDEs and editors
/.idea
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace
.editor-config
# IDE - VSCode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
# misc
/.sass-cache
/connect.lock
/coverage
/libpeerconnection.log
npm-debug.log
testem.log
/typings
.gitignore
# config
.angular-cli.json
tsconfig.json
tsconfig-release.json
tsconfig-aot.json
tslint.json
gulpfile.js
.github
# System Files
.DS_Store
Thumbs.db
# aot
*.ngfactory.js
*.ngfactory.js.map
*.ngsummary.json