forked from AlCalzone/ioBroker.philips-tv
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.npmignore
53 lines (46 loc) · 765 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
Gruntfile.js
tasks
node_modules
.idea
.git
/node_modules
test/
src/
travis/
.travis.yml
appveyor.yml
obj/
bin/
.vs*/
tslint.json
tsconfig.json
webpack.config.js
*.sln
*.njsproj*
iobroker.*.tgz
**/build/**/*.map
# Local debugging password
*_password.json
deploy_local.*
Thumbs.db
# Backup & report files from converting an old project file
# to a newer Visual Studio version. Backup files are not needed,
# because we have git ;-)
_UpgradeReport_Files/
Backup*/
UpgradeLog*.XML
UpgradeLog*.htm
# NYC coverage files
coverage
.nyc*
# test files
**/src/**/*.test.ts*
**/build/**/*.test.js*
**/build/**/*.test.d.ts
**/build/**/*.test.map
# react sources
admin/src/**/*.*
# no clue why those are generated
build/admin/**/*.d.ts
# maintenance scripts
maintenance/**