added db/blocks and txs to ignore symlinks

This commit is contained in:
Gustavo Cortez 2014-02-12 17:46:51 -03:00
parent 59471b0740
commit 4e6e1a974c
1 changed files with 4 additions and 0 deletions

4
.gitignore vendored
View File

@ -29,9 +29,13 @@ npm-debug.log
.DS_Store
public/lib/*
db/txs/*
db/txs
db/testnet/txs/*
db/testnet/txs
db/blocks/*
db/blocks
db/testnet/blocks/*
db/testnet/blocks
public/js/*
public/css/*