Remove nested .gitignore files since yarn publish gets confused by them and ignores their contents on the top-level scope

This commit is contained in:
Fabio Berger
2018-03-27 16:24:44 +01:00
parent 3b45d4727b
commit 343191e936
4 changed files with 7 additions and 3 deletions

7
.gitignore vendored
View File

@@ -76,5 +76,12 @@ bin/
# generated contract artifacts
packages/contracts/src/artifacts
# generated contract wrappers
packages/0x.js/src/contract_wrappers/generated/
packages/contracts/src/contract_wrappers/generated/
# solc-bin in deployer
packages/deployer/solc_bin/
# Monorepo scripts
packages/*/scripts/

View File

@@ -1 +0,0 @@
*

View File

@@ -1 +0,0 @@
*.js