chia-blockchain/.gitignore

98 lines
1.3 KiB
Plaintext
Raw Normal View History

2019-07-16 11:32:40 +03:00
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
2019-10-10 07:04:52 +03:00
**/*.o
2019-10-10 07:10:18 +03:00
**/*.DS_Store
# Database
nohup.out
2019-11-25 07:45:48 +03:00
mongod.log*
fndb_test*
2020-01-15 09:27:34 +03:00
blockchain_test*
*.db
2020-01-29 04:59:50 +03:00
*.db-journal
# Logs
*.log
*.out
# Keys and plot files
config/keys.yaml
config/plots.yaml
2019-11-22 09:53:04 +03:00
# Bundled code
2019-11-22 09:53:45 +03:00
chia-blockchain.tar.gz.tar.gz
2019-07-16 11:32:40 +03:00
# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec
build_scripts/*.dmg
build_scripts/build
2019-07-16 11:32:40 +03:00
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
2019-07-22 09:05:31 +03:00
**/*.egg-info
2019-07-16 11:32:40 +03:00
# Unit test / coverage reports
.cache
.pytest_cache/
2019-07-22 16:01:23 +03:00
# PoSpace plots
**/*.dat
2019-11-03 19:24:49 +03:00
**/*.dat.tmp
2019-07-16 11:32:40 +03:00
*.mo
*.pot
# pyenv
.python-version
.eggs
2019-07-16 11:32:40 +03:00
.venv
venv
2020-03-28 04:32:25 +03:00
activate
2019-07-16 11:32:40 +03:00
# mypy
.mypy_cache/
2019-11-25 12:07:42 +03:00
# Editors
.vscode
2020-08-08 19:23:21 +03:00
.idea
2019-11-25 12:07:42 +03:00
# Packaging
chia-blockchain.tar.gz
2020-02-14 23:38:57 +03:00
# Timelord utilities
vdf_bench
2020-03-20 19:24:48 +03:00
# Node modules
**/node_modules
# Offer Files
*.offer
Electron react (#226) * clean react * add material ui * add word list * mnemonic v0 * jeepney backup * keychain usage * wallet api * mnemonic ui * mnemonics redux state * handle exceptions correctly * dashboard * wallets * get puzzle hash * tx history * sidebar * start stop wallet node * use existing mnemonics * status info * create cc wallet * theme should be outside of switch * create offer * dbus alternative for linux * key migration * don't autocomplete, don't reset simulator db * reset mnemonics * Refactor keychain, and key migration * Implement UI for changing keys * Removing keys and mnemonic button * Start making farmer and harvester RPCs * start rpx for simulator * Harvester and farmer websocket, and basic UI * Plot display and deletion * launch daemon on start * State changes from full node, harvester, farmer, and full node ui improvements * split balances in react * pending change balance * plotter * dev config * maintain connection / retry * Remove electron-ui, and style fixes * Better farmer and full node control * Remove electron ui references * Uncomment out starting the dameon * Remove timelord tab, and change full node style * Clean up new wallet login * Refactor RPCs * Now that the GH runner uses python 3.7.7 - use for windows installer * add balance split to coloured coin wallet * spendable balance fix * Import private key from UI fix * mac build/installer Co-authored-by: Mariano Sorgente <sorgente711@gmail.com> Co-authored-by: Lipa Long <lipa@chia.net> Co-authored-by: Gene Hoffman <hoffmang@hoffmang.com>
2020-05-20 10:41:10 +03:00
2020-12-07 20:01:47 +03:00
# Backup Files
*.backup
# Compiled CLVM
main.sym
*.recompiled
Electron react (#226) * clean react * add material ui * add word list * mnemonic v0 * jeepney backup * keychain usage * wallet api * mnemonic ui * mnemonics redux state * handle exceptions correctly * dashboard * wallets * get puzzle hash * tx history * sidebar * start stop wallet node * use existing mnemonics * status info * create cc wallet * theme should be outside of switch * create offer * dbus alternative for linux * key migration * don't autocomplete, don't reset simulator db * reset mnemonics * Refactor keychain, and key migration * Implement UI for changing keys * Removing keys and mnemonic button * Start making farmer and harvester RPCs * start rpx for simulator * Harvester and farmer websocket, and basic UI * Plot display and deletion * launch daemon on start * State changes from full node, harvester, farmer, and full node ui improvements * split balances in react * pending change balance * plotter * dev config * maintain connection / retry * Remove electron-ui, and style fixes * Better farmer and full node control * Remove electron ui references * Uncomment out starting the dameon * Remove timelord tab, and change full node style * Clean up new wallet login * Refactor RPCs * Now that the GH runner uses python 3.7.7 - use for windows installer * add balance split to coloured coin wallet * spendable balance fix * Import private key from UI fix * mac build/installer Co-authored-by: Mariano Sorgente <sorgente711@gmail.com> Co-authored-by: Lipa Long <lipa@chia.net> Co-authored-by: Gene Hoffman <hoffmang@hoffmang.com>
2020-05-20 10:41:10 +03:00
# Dev config react
# chia-blockchain-gui/src/dev_config.js
Electron react (#226) * clean react * add material ui * add word list * mnemonic v0 * jeepney backup * keychain usage * wallet api * mnemonic ui * mnemonics redux state * handle exceptions correctly * dashboard * wallets * get puzzle hash * tx history * sidebar * start stop wallet node * use existing mnemonics * status info * create cc wallet * theme should be outside of switch * create offer * dbus alternative for linux * key migration * don't autocomplete, don't reset simulator db * reset mnemonics * Refactor keychain, and key migration * Implement UI for changing keys * Removing keys and mnemonic button * Start making farmer and harvester RPCs * start rpx for simulator * Harvester and farmer websocket, and basic UI * Plot display and deletion * launch daemon on start * State changes from full node, harvester, farmer, and full node ui improvements * split balances in react * pending change balance * plotter * dev config * maintain connection / retry * Remove electron-ui, and style fixes * Better farmer and full node control * Remove electron ui references * Uncomment out starting the dameon * Remove timelord tab, and change full node style * Clean up new wallet login * Refactor RPCs * Now that the GH runner uses python 3.7.7 - use for windows installer * add balance split to coloured coin wallet * spendable balance fix * Import private key from UI fix * mac build/installer Co-authored-by: Mariano Sorgente <sorgente711@gmail.com> Co-authored-by: Lipa Long <lipa@chia.net> Co-authored-by: Gene Hoffman <hoffmang@hoffmang.com>
2020-05-20 10:41:10 +03:00
# React built app
chia-blockchain-gui/.eslintcache
chia-blockchain-gui/build
build_scripts/dist
build_scripts/*.Dmg
chia-blockchain-gui/src/locales/_build
2021-02-19 08:05:25 +03:00
build_scripts\win_build
build_scripts/win_build
win_code_sign_cert.p12