mirror of https://github.com/embarklabs/embark.git
cleanup, consolidate .gitignore files
This commit is contained in:
parent
1576db38d5
commit
eeeb74602b
|
@ -1,34 +1,12 @@
|
|||
node_modules
|
||||
TODO
|
||||
NOTES
|
||||
.node-xmlhttprequest-sync-*
|
||||
templates/demo/dist/
|
||||
templates/demo/.embark/development/
|
||||
templates/demo/config/production/password
|
||||
templates/demo/node_modules/
|
||||
templates/boilerplate/dist/
|
||||
docs/_build
|
||||
docs/utils/__pycache_
|
||||
test/cli_shim/.cid
|
||||
test_apps/test_app/dist/
|
||||
test_apps/test_app/.embark/development/
|
||||
test_apps/test_app/config/production/password
|
||||
test_apps/test_app/node_modules/
|
||||
test_apps/test_app/chains.json
|
||||
test_apps/contracts_app/build/
|
||||
test_apps/contracts_app/.embark/development/
|
||||
test_apps/contracts_app/config/production/password
|
||||
test_apps/contracts_app/node_modules/
|
||||
test_apps/contracts_app/chains.json
|
||||
test_apps/embark_demo/dist/
|
||||
test_apps/embark_demo/.embark/development/
|
||||
test_apps/embark_demo/config/production/password
|
||||
test_apps/embark_demo/node_modules/
|
||||
test_apps/embark_demo/chains.json
|
||||
.idea
|
||||
.vscode
|
||||
.eslintrc.json
|
||||
.embark/
|
||||
NOTES
|
||||
npm-debug.log
|
||||
.node-xmlhttprequest-sync-*
|
||||
.tern-port
|
||||
.vscode
|
||||
NOTES
|
||||
TODO
|
||||
dist
|
||||
embark-*.tgz
|
||||
node_modules
|
||||
npm-debug.log
|
||||
package
|
||||
src/test/cli_shim/.cid
|
||||
|
|
|
@ -0,0 +1,8 @@
|
|||
**/.embark
|
||||
**/chains.json
|
||||
**/config/production/password
|
||||
**/config/livenet/password
|
||||
**/coverage
|
||||
**/dist
|
||||
**/package-lock.json
|
||||
**/node_modules
|
|
@ -1,5 +1,6 @@
|
|||
.embark/
|
||||
node_modules/
|
||||
dist/
|
||||
.embark
|
||||
config/production/password
|
||||
config/livenet/password
|
||||
coverage
|
||||
dist
|
||||
node_modules
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
.embark/
|
||||
node_modules/
|
||||
dist/
|
||||
.embark
|
||||
config/production/password
|
||||
config/livenet/password
|
||||
coverage
|
||||
dist
|
||||
node_modules
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
.embark/
|
||||
node_modules/
|
||||
dist/
|
||||
.embark
|
||||
config/production/password
|
||||
config/livenet/password
|
||||
coverage
|
||||
dist
|
||||
node_modules
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
**/.embark
|
||||
**/chains.json
|
||||
**/config/production/password
|
||||
**/config/livenet/password
|
||||
**/coverage
|
||||
**/dist
|
||||
**/node_modules
|
|
@ -1,6 +0,0 @@
|
|||
.embark/
|
||||
node_modules/
|
||||
dist/
|
||||
config/production/password
|
||||
config/livenet/password
|
||||
build/
|
|
@ -1,7 +0,0 @@
|
|||
.embark/
|
||||
node_modules/
|
||||
dist/
|
||||
config/production/password
|
||||
config/livenet/password
|
||||
coverage/
|
||||
chains.json
|
|
@ -1,5 +0,0 @@
|
|||
.embark/
|
||||
node_modules/
|
||||
dist/
|
||||
config/production/password
|
||||
config/livenet/password
|
|
@ -1,6 +0,0 @@
|
|||
.embark/
|
||||
node_modules/
|
||||
dist/
|
||||
config/production/password
|
||||
config/livenet/password
|
||||
coverage/
|
Loading…
Reference in New Issue