Skip to content

Commit d8946a2

Browse files
committed
merged from master
2 parents 72a37fa + 53f11a4 commit d8946a2

File tree

2 files changed

+44
-1
lines changed

2 files changed

+44
-1
lines changed

.gitignore

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,39 @@
1+
<<<<<<< HEAD
12
#ignore this files when pushing to a GIT repository
23
.DS_Store
3-
node_modules
4+
node_modules
5+
=======
6+
# Logs
7+
logs
8+
*.log
9+
npm-debug.log*
10+
11+
# Runtime data
12+
pids
13+
*.pid
14+
*.seed
15+
16+
# Directory for instrumented libs generated by jscoverage/JSCover
17+
lib-cov
18+
19+
# Coverage directory used by tools like istanbul
20+
coverage
21+
22+
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
23+
.grunt
24+
25+
# node-waf configuration
26+
.lock-wscript
27+
28+
# Compiled binary addons (http://nodejs.org/api/addons.html)
29+
build/Release
30+
31+
# Dependency directory
32+
node_modules
33+
34+
# Optional npm cache directory
35+
.npm
36+
37+
# Optional REPL history
38+
.node_repl_history
39+
>>>>>>> 53f11a48022581629081359f68f1e6831e09c39a

LICENSE

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
The MIT License (MIT)
22

3+
<<<<<<< HEAD
34
Copyright (c) 2015 Jorge Epuñan
5+
=======
6+
Copyright (c) 2016 Jorge Epuñan
7+
>>>>>>> 53f11a48022581629081359f68f1e6831e09c39a
48

59
Permission is hereby granted, free of charge, to any person obtaining a copy
610
of this software and associated documentation files (the "Software"), to deal
@@ -19,4 +23,7 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1923
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2024
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2125
SOFTWARE.
26+
<<<<<<< HEAD
2227

28+
=======
29+
>>>>>>> 53f11a48022581629081359f68f1e6831e09c39a

0 commit comments

Comments
 (0)