Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,11 @@
.DS_Store
.cursor

# Local (directories)
.icp
# icp-cli internal cache directory
.icp/cache

# This directory contains canister ID mappings which are encouraged
# to be included in source control of icp canister projects.
# They are ignored here because we are developing icp-cli itself.
.icpdata
# icp-cli state in examples (not source-controlled in this repo)
examples/*/.icp/

# often-used binaries
pocket-ic
Expand Down
3 changes: 3 additions & 0 deletions docs-site/.icp/data/mappings/ic.ids.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"docs": "ak73b-maaaa-aaaad-qlbgq-cai"
}
Loading