|
| 1 | +# Rust specific ignores |
| 2 | +# Please follow https://help.github.com/en/articles/ignoring-files to create a global |
| 3 | +# .gitignore file locally for IDE/Emacs/Vim generated files. |
| 4 | +**/target |
| 5 | +**/*.rs.bk |
| 6 | +.idea/ |
| 7 | + |
| 8 | +# Ignore wallet mnemonic files used for deterministic key derivation |
| 9 | +*.mnemonic |
| 10 | + |
| 11 | +# GDB related |
| 12 | +**/.gdb_history |
| 13 | + |
| 14 | +# macOS Specific ignores |
| 15 | +# General |
| 16 | +.DS_Store |
| 17 | +.AppleDouble |
| 18 | +.LSOverride |
| 19 | + |
| 20 | +# Thumbnails |
| 21 | +._* |
| 22 | + |
| 23 | +# Files that might appear in the root of a volume |
| 24 | +.DocumentRevisions-V100 |
| 25 | +.fseventsd |
| 26 | +.Spotlight-V100 |
| 27 | +.TemporaryItems |
| 28 | +.Trashes |
| 29 | +.VolumeIcon.icns |
| 30 | +.com.apple.timemachine.donotpresent |
| 31 | + |
| 32 | +# Directories potentially created on remote AFP share |
| 33 | +.AppleDB |
| 34 | +.AppleDesktop |
| 35 | +Network Trash Folder |
| 36 | +Temporary Items |
| 37 | +.apdisk |
| 38 | + |
| 39 | +# Generated VM config in vm-genesis |
| 40 | +aptos-move/vm-genesis/genesis/vm_config.toml |
| 41 | + |
| 42 | +# Terraform |
| 43 | +.terraform/ |
| 44 | +terraform/terraform.tfstate* |
| 45 | +terraform/.terraform.tfstate* |
| 46 | +terraform/fullnode/*-kubernetes.json |
| 47 | +terraform/validator/*/*-kubernetes.json |
| 48 | +terraform/validator/*/*-vault.ca |
| 49 | +terraform/validator/*/*-kube.config |
| 50 | +terraform/validator/vault-init/backend.tf |
| 51 | +terraform/testnet/*-kubernetes.json |
| 52 | +terraform/testnet/*-vault.ca |
| 53 | +.terraform.lock.hcl |
| 54 | + |
| 55 | +# Move Build Output |
| 56 | +build/ |
| 57 | + |
| 58 | +# Move coverage and tracing information |
| 59 | +.trace |
| 60 | +*.mvcov |
| 61 | + |
| 62 | +# Do not ignore the Move build output under the releases for DPN, core, and |
| 63 | +# experimental -- these are the release code. |
| 64 | +!aptos-move/framework/DPN/releases/artifacts/** |
| 65 | +!aptos-move/framework/experimental/releases/artifacts/** |
| 66 | +!aptos-move/framework/aptos-framework/releases/artifacts/** |
| 67 | + |
| 68 | +# Do not ignore the Move script for the faucet. |
| 69 | +# https://stackoverflow.com/a/16318111/3846032 |
| 70 | +!aptos-move/move-examples/scripts/minter/build |
| 71 | +aptos-move/move-examples/scripts/minter/build/* |
| 72 | +!aptos-move/move-examples/scripts/minter/build/Minter |
| 73 | +aptos-move/move-examples/scripts/minter/build/Minter/* |
| 74 | +!aptos-move/move-examples/scripts/minter/build/Minter/bytecode_scripts |
| 75 | + |
| 76 | +# Docker incremental build temporary files and directories |
| 77 | +target-out-docker |
| 78 | +**/Dockerfile.tmp |
| 79 | +# Indexer grpc temporary certificates. |
| 80 | +docker/compose/indexer-grpc/data-service-grpc-server.crt |
| 81 | +docker/compose/indexer-grpc/data-service-grpc-server.key |
| 82 | + |
| 83 | +# Doc generation output |
| 84 | +*.md.old |
| 85 | + |
| 86 | +# Vim swap files |
| 87 | +*.swp |
| 88 | +*.swo |
| 89 | + |
| 90 | +# Emacs backup files |
| 91 | +*~ |
| 92 | +.\#* |
| 93 | +.*\# |
| 94 | +\#*\# |
| 95 | + |
| 96 | +# Aptos CLI / local testnet files |
| 97 | +.aptos |
| 98 | +**/*.rdb |
| 99 | + |
| 100 | +# VSCode settings |
| 101 | +.vscode/ |
| 102 | + |
| 103 | +# Typescript |
| 104 | +*.env |
| 105 | +node_modules |
| 106 | + |
| 107 | +# local /data dir sometimes used for testing |
| 108 | +/data |
| 109 | + |
| 110 | +# Cached python files |
| 111 | +__pycache__ |
| 112 | + |
| 113 | +# ignore framework release bundle file |
| 114 | +**/*.mrb |
| 115 | + |
| 116 | +# Profiler outputs |
| 117 | +aptos-move/aptos-vm-profiling/**/*.log |
| 118 | +aptos-move/aptos-vm-profiling/**/*.txt |
| 119 | + |
| 120 | +# Gas profiler outputs |
| 121 | +aptos-move/e2e-move-tests/gas-profiling |
| 122 | +gas-profiling |
| 123 | + |
| 124 | +# replay-verify and module-verify script outputs |
| 125 | +metadata-cache |
| 126 | +/local/ |
| 127 | +run_* |
| 128 | + |
| 129 | +# test files for indexer GRPC |
| 130 | +test_indexer_grpc_*.yaml |
| 131 | +test_indexer_grpc/* |
| 132 | +ecosystem/indexer-grpc/indexer-transaction-generator/*.yaml |
| 133 | + |
| 134 | +# ignore compiler artifacts |
| 135 | +*.dot |
| 136 | +*.bytecode |
| 137 | +!third_party/move/move-prover/tests/xsources/design/*.bytecode |
| 138 | + |
| 139 | +# ignore antithesis |
| 140 | +genesis_antithesis_*/ |
| 141 | + |
| 142 | +# ignore cursor rules |
| 143 | +.cursor/rules |
| 144 | + |
| 145 | +#ignore proptest regressions |
| 146 | +**/proptest_regressions/* |
| 147 | + |
| 148 | +# Ignore generated credentials from google-github-actions/auth |
| 149 | +gha-creds-*.json |
| 150 | + |
| 151 | +# Ignore cache for move-package-resolver tests |
| 152 | +third_party/move/tools/move-package-resolver/cache |
0 commit comments