move config to template while we develop
This commit is contained in:
parent
732ff09625
commit
d8ccade277
1 changed files with 1 additions and 9 deletions
10
.gitignore
vendored
10
.gitignore
vendored
|
|
@ -28,15 +28,6 @@ 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/angularjs-all.js
|
||||
public/js/main.js
|
||||
public/js/vendors.js
|
||||
|
|
@ -49,3 +40,4 @@ lib/*
|
|||
!lib/socket.io.js
|
||||
|
||||
js/copayBundle.js
|
||||
js/config.js
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue