72 lines
812 B
Plaintext
72 lines
812 B
Plaintext
|
# Toolchain
|
||
|
cache
|
||
|
fetch
|
||
|
out
|
||
|
|
||
|
# IDE
|
||
|
**/.history/
|
||
|
**/.vscode/
|
||
|
**/.idea/
|
||
|
|
||
|
# OSX
|
||
|
.DS_Store
|
||
|
|
||
|
# Rust build directory
|
||
|
**/target
|
||
|
.pre-commit*
|
||
|
|
||
|
# Move build directory
|
||
|
build
|
||
|
storage/
|
||
|
!narwhal/storage
|
||
|
|
||
|
# Move-related files
|
||
|
Move.lock
|
||
|
!crates/sui-framework/packages/move-stdlib/Move.lock
|
||
|
!crates/sui-framework/packages/sui-framework/Move.lock
|
||
|
!crates/sui-framework/packages/sui-system/Move.lock
|
||
|
.trace
|
||
|
.coverage_map.mvcov
|
||
|
|
||
|
# Thumbnails
|
||
|
._*
|
||
|
|
||
|
# Emacs
|
||
|
\#*\#
|
||
|
.\#*
|
||
|
|
||
|
# Python
|
||
|
.pyc
|
||
|
|
||
|
# Node.js
|
||
|
node_modules
|
||
|
.tsbuildinfo
|
||
|
*.tsbuildinfo
|
||
|
.turbo
|
||
|
|
||
|
# App build directories
|
||
|
dist/
|
||
|
storybook-static/
|
||
|
web-ext-artifacts/
|
||
|
.next/
|
||
|
next-env.d.ts
|
||
|
|
||
|
# App test artifacts
|
||
|
coverage/
|
||
|
test-results/
|
||
|
playwright-report/
|
||
|
playwright/.cache/
|
||
|
|
||
|
# logs
|
||
|
wallet.log.*
|
||
|
sui.log.*
|
||
|
.vercel
|
||
|
npm-debug.log*
|
||
|
yarn-debug.log*
|
||
|
yarn-error.log*
|
||
|
|
||
|
# misc
|
||
|
*.key
|
||
|
.env
|
||
|
.bash_history
|