Skip to content

Commit

Permalink
Cleanup the project (#55)
Browse files Browse the repository at this point in the history
* initialize/mend tree in constructor

* remove dist directory

* ignore /dist in .gitignore

* increment version to 1.1.10

* ignore /temp directory

* cleanup .gitignore

* add flatten() to MultiRootTree
  • Loading branch information
episage authored Sep 28, 2016
1 parent 3f73a89 commit 23b23a3
Show file tree
Hide file tree
Showing 96 changed files with 150 additions and 10,324 deletions.
29 changes: 17 additions & 12 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
.idea/
# Compile time directories
node_modules
/temp
/coverage
/dist
/typings

# Editor configuration
.vscode
.settings
.idea

# Logs and compressed files
*.log
*.tgz

# Demos
collections.js.map
demo/CollectionsDemo/app.js.map
demo/packages/
Expand Down Expand Up @@ -71,14 +87,3 @@ coverage

# node-waf configuration
.lock-wscript

.vscode/
.settings/
coverage/
node_modules
temp/
/typings
*.log
*.tgz

./dist
175 changes: 0 additions & 175 deletions dist/lib/BSTree.d.ts

This file was deleted.

Loading

0 comments on commit 23b23a3

Please sign in to comment.