UNPKG
yencer
Version:
latest (0.1.1)
0.1.1
0.1.0
yEnc encoding and decoding
github.com/skerit/yencer
skerit/yencer
yencer
/
.npmignore
24 lines
(18 loc)
•
254 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Ignore IDE specific files
*.komodo* *.sublime* .idea/
# Ignore special files
.DS_Store .fuse* ._* *.bin
# Ignore log files
npm-debug.log v8.log
# Ignore node modules
/node_modules/
# Temporary files
scratch.js
# Ignore coverage results
/coverage/