-
Notifications
You must be signed in to change notification settings - Fork 143
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #737 from fin-hypergrid/develop
Merge develop (Hypergrid 3.0.0) to master
- Loading branch information
Showing
123 changed files
with
3,340 additions
and
16,504 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,16 @@ | ||
# unfortunate mac OS garbage | ||
.DS_Store | ||
|
||
# WebStorm (IntelliJ) folder | ||
/.idea | ||
|
||
# folder generated by jsdoc | ||
/doc | ||
/node_modules* | ||
build | ||
|
||
# folder generated by npm | ||
/node_modules | ||
|
||
# ignore possible garbage left behind by MS Office | ||
~*.*x | ||
/v*.*.* | ||
|
||
/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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,23 @@ | ||
.* | ||
*.css | ||
*.html | ||
~*.*x | ||
|
||
/[0-9]* | ||
/demo | ||
/doc | ||
build | ||
/html/*.html | ||
/images/** | ||
!/images/images.js | ||
!/images/index.js | ||
/jsdoc-template-hypergrid | ||
/src/jsdoc | ||
/test | ||
|
||
/favicon.ico | ||
/package-lock.json | ||
/gulpfile.js | ||
/*.sh | ||
/*.md | ||
|
||
index.js | ||
!/index.js | ||
!/css/index.js | ||
!/images/index.js | ||
!/src/cellRenderers/index.js | ||
!/src/cellEditors/index.js | ||
!/src/dataModels/index.js | ||
!/src/renderer/index.js | ||
!/src/features/index.js | ||
/src/behaviors/index.js | ||
/src/lib/index.js |
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.