Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
deathcap committed Apr 30, 2014
0 parents commit b2c8c76
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
*.swp
dist
.DS_Store

lib-cov
*.seed
*.log
*.csv
*.dat
*.out
*.pid
*.gz

pids
logs
results

npm-debug.log
node_modules
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# voxel-quarry

## License

MIT

15 changes: 15 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "voxel-quarry",
"description": "",
"version": "0.0.1",
"repository": {
"type": "git",
"url": "git@github.com:deathcap/voxel-quarry.git"
},
"keywords": [
"voxel"
],
"dependencies": {
},
"license": "MIT"
}

0 comments on commit b2c8c76

Please sign in to comment.