Tagging and gitignore
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@ currentSnippet\.js
|
||||
*.md.temp.js
|
||||
.idea
|
||||
test.sh
|
||||
dist/
|
||||
|
||||
@ -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
|
||||
|
||||
Reference in New Issue
Block a user