forked from balderdashy/waterline
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dbcfa96
commit 3345b27
Showing
9 changed files
with
126 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,48 @@ | ||
# ┌─┐┬┌┬┐╦╔═╗╔╗╔╔═╗╦═╗╔═╗ | ||
# │ ┬│ │ ║║ ╦║║║║ ║╠╦╝║╣ | ||
# o└─┘┴ ┴ ╩╚═╝╝╚╝╚═╝╩╚═╚═╝ | ||
# | ||
# This file (`.gitignore`) exists to signify to `git` that certain files | ||
# and/or directories should be ignored for the purposes of version control. | ||
# | ||
# This is primarily useful for excluding temporary files of all sorts; stuff | ||
# generated by IDEs, build scripts, automated tests, package managers, or even | ||
# end-users (e.g. file uploads). `.gitignore` files like this also do a nice job | ||
# at keeping sensitive credentials and personal data out of version control systems. | ||
# | ||
|
||
############################ | ||
# npm | ||
# sails / node.js / npm | ||
############################ | ||
node_modules | ||
.tmp | ||
npm-debug.log | ||
|
||
package-lock.json | ||
.waterline | ||
.node_history | ||
|
||
############################ | ||
# tmp, editor & OS files | ||
# editor & OS files | ||
############################ | ||
.tmp | ||
*.swo | ||
*.swp | ||
*.swn | ||
*.swm | ||
*.seed | ||
*.log | ||
*.out | ||
*.pid | ||
lib-cov | ||
.DS_STORE | ||
*# | ||
*\# | ||
.\#* | ||
*~ | ||
.idea | ||
.netbeans | ||
nbproject | ||
|
||
|
||
############################ | ||
# Tests | ||
# misc | ||
############################ | ||
coverage | ||
|
||
|
||
############################ | ||
# Other | ||
############################ | ||
.node_history | ||
dump.rdb |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,34 @@ | ||
*# | ||
.git | ||
./.gitignore | ||
./.jshintrc | ||
./.editorconfig | ||
./.travis.yml | ||
./appveyor.yml | ||
./example | ||
./examples | ||
./test | ||
./tests | ||
./.github | ||
|
||
node_modules | ||
ssl | ||
npm-debug.log | ||
.node_history | ||
*.swo | ||
*.swp | ||
*.swn | ||
*.swm | ||
*.seed | ||
*.log | ||
*.out | ||
*.pid | ||
lib-cov | ||
.DS_STORE | ||
*# | ||
*\# | ||
.\#* | ||
*~ | ||
.idea | ||
.netbeans | ||
nbproject | ||
test | ||
CONTRIBUTING.md | ||
.git | ||
.gitignore | ||
.tmp | ||
*.swo | ||
*.swp | ||
*.swn | ||
*.swm | ||
.jshintrc | ||
.editorconfig | ||
example | ||
dump.rdb |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,28 @@ | ||
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # | ||
# ╔╦╗╦═╗╔═╗╦ ╦╦╔═╗ ┬ ┬┌┬┐┬ # | ||
# ║ ╠╦╝╠═╣╚╗╔╝║╚═╗ └┬┘││││ # | ||
# o ╩ ╩╚═╩ ╩ ╚╝ ╩╚═╝o ┴ ┴ ┴┴─┘ # | ||
# # | ||
# This file configures Travis CI. # | ||
# (i.e. how we run the tests... mainly) # | ||
# # | ||
# https://docs.travis-ci.com/user/customizing-the-build # | ||
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # | ||
|
||
language: node_js | ||
|
||
node_js: | ||
- "0.10" | ||
- "0.12" | ||
- "4" | ||
- "6" | ||
- "8" | ||
- "node" | ||
|
||
branches: | ||
only: | ||
- master | ||
|
||
sudo: false | ||
notifications: | ||
email: | ||
- [email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
// ╔═╗╔═╗╦ ╦╔╗╔╔╦╗┬─┐┌─┐ ┌─┐┬ ┬┌─┐┬─┐┬─┐┬┌┬┐┌─┐ | ||
// ║╣ ╚═╗║ ║║║║ ║ ├┬┘│ │ │└┐┌┘├┤ ├┬┘├┬┘│ ││├┤ | ||
// o╚═╝╚═╝╩═╝╩╝╚╝ ╩ ┴└─└─┘ └─┘ └┘ └─┘┴└─┴└─┴─┴┘└─┘ | ||
// ┌─ ┌─┐┌─┐┬─┐ ┌─┐┬ ┬┌┬┐┌─┐┌┬┐┌─┐┌┬┐┌─┐┌┬┐ ┌┬┐┌─┐┌─┐┌┬┐┌─┐ ─┐ | ||
// │ ├┤ │ │├┬┘ ├─┤│ │ │ │ ││││├─┤ │ ├┤ ││ │ ├┤ └─┐ │ └─┐ │ | ||
// └─ └ └─┘┴└─ ┴ ┴└─┘ ┴ └─┘┴ ┴┴ ┴ ┴ └─┘─┴┘ ┴ └─┘└─┘ ┴ └─┘ ─┘ | ||
// > An .eslintrc configuration override for use with the tests in this directory. | ||
// | ||
// (See .eslintrc in the root directory of this package for more info.) | ||
|
||
"extends": [ | ||
"../.eslintrc" | ||
], | ||
|
||
"env": { | ||
"mocha": true | ||
} | ||
|
||
} |