anchor/.gitignore

27 lines
351 B
Plaintext
Raw Normal View History

2021-01-01 07:48:53 +08:00
bin/
2021-01-01 09:54:51 +08:00
node_modules/
dist/
2021-01-01 07:48:53 +08:00
.idea/
target/
*~
*.swp
*.swo
2021-01-05 10:29:16 +08:00
.anchor
2021-01-15 15:19:52 +08:00
test-ledger
examples/*/Cargo.lock
examples/**/Cargo.lock
2021-09-04 20:33:39 +08:00
tests/*/Cargo.lock
tests/**/Cargo.lock
tests/*/yarn.lock
tests/**/yarn.lock
.DS_Store
2021-03-10 19:43:14 +08:00
docs/yarn.lock
2021-05-11 04:12:20 +08:00
ts/docs/
2021-06-30 05:04:59 +08:00
cli/npm-package/anchor
cli/npm-package/*.tgz
docker-target
.rollup.cache/
2022-08-23 09:57:56 +08:00
test-keypair.json
tsconfig.tsbuildinfo
.vscode