Tagging and gitignore

This commit is contained in:
Angelos Chalaris
2017-12-24 14:08:46 +02:00
parent bfcddf6266
commit 9f000e4cab
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@ currentSnippet\.js
*.md.temp.js
.idea
test.sh
dist/

View File

@ -25,7 +25,7 @@ countVowels:string
currentURL:browser
curry:function
deepFlatten:array
detectDeviceType:uncategorized
detectDeviceType:browser
difference:array
differenceWith:array
digitize:math
@ -79,7 +79,7 @@ last:array
lcm:math
mapObject:array
median:math
negate:uncategorized
negate:logic
nthElement:array
objectFromPairs:object
objectToPairs:object