-
Notifications
You must be signed in to change notification settings - Fork 353
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into fatihky-swig-maintained-fork
- Loading branch information
Showing
16 changed files
with
410 additions
and
79 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,30 @@ | ||
.DS_Store | ||
node_modules | ||
# always ignore files | ||
*.DS_Store | ||
*.sublime-* | ||
.idea | ||
*.sock | ||
|
||
# test related, or directories generated by tests | ||
test/actual | ||
actual | ||
coverage | ||
.nyc* | ||
|
||
# npm | ||
node_modules | ||
npm-debug.log | ||
|
||
# yarn | ||
yarn.lock | ||
yarn-error.log | ||
|
||
# misc | ||
_gh_pages | ||
_draft | ||
_drafts | ||
bower_components | ||
vendor | ||
temp | ||
tmp | ||
TODO.md | ||
package-lock.json |
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
Oops, something went wrong.