Skip to content

Commit

Permalink
modify .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
biggora committed Feb 11, 2017
1 parent 2ead762 commit eed8e8b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
*.bak
*.log
.idea
node_modules
db
tmp
coverage
/.idea/
/node_modules/
/db/
/tmp/
/coverage/
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "caminte",
"description": "ORM for every database: redis, mysql, neo4j, mongodb, rethinkdb, postgres, sqlite, tingodb",
"version": "0.3.5",
"version": "0.3.6",
"author": {
"name": "Aleksej Gordejev",
"email": "[email protected]",
Expand Down

0 comments on commit eed8e8b

Please sign in to comment.