Skip to content

Commit 08e20ba

Browse files
committed
chore: .gitignore clean up, #6252
1 parent e0084e3 commit 08e20ba

File tree

1 file changed

+4
-18
lines changed

1 file changed

+4
-18
lines changed

.gitignore

Lines changed: 4 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -41,27 +41,14 @@ secrets*
4141
# vim
4242
*.swp
4343

44-
#Docker
45-
Docker/blockstore.ini
46-
47-
#Docs
48-
api/templates/index.html
49-
api/data
50-
51-
# testnets
52-
testnet-logs/
53-
testnet.log
54-
testnet/index.html
55-
5644
# virtualenvs
5745
.venv
5846

5947
# will have compiled files and executables
60-
/target/
61-
/testnet/helium/target/
62-
/contrib/tools/puppet-chain/target/
63-
/contrib/core-contract-tests/.cache/
64-
/contrib/tools/config-docs-generator/target/
48+
target/
49+
contrib/tools/puppet-chain/target/
50+
contrib/core-contract-tests/.cache/
51+
contrib/tools/config-docs-generator/target/
6552

6653
# These are backup files generated by rustfmt
6754
**/*.rs.bk
@@ -71,7 +58,6 @@ tarpaulin-report.html
7158
osxcross
7259
osxcross*.tar.xz
7360
.DS_Store
74-
testnet/stacks-node/target
7561

7662
net-test/etc/*.toml
7763
net-test/etc/*.conf

0 commit comments

Comments
 (0)