Skip to content

Commit 16be355

Browse files
committed
Merge branch 'release/1.0.0'
2 parents 74bcbaa + a77d267 commit 16be355

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+37
-15
lines changed

.gitignore

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,4 @@
1-
# Node rules:
2-
## Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
3-
.grunt
4-
5-
## Dependency directory
6-
## Commenting this out is preferred by some people, see
7-
## https://docs.npmjs.com/misc/faq#should-i-check-my-node_modules-folder-into-git
8-
node_modules
9-
10-
# Book build output
1+
node_modules/
2+
npm-debug.log
113
_book
12-
13-
# eBook build output
14-
*.epub
15-
*.mobi
16-
*.pdf
4+
*.swp

VERSION

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1.0.0

book.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"author": "Checkmarx Security Research Team",
3+
"language": "en_US",
4+
"root": "./docs"
5+
}

build/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*
2+
!.gitignore
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)