aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 99c2e43ed191aaccd0d1cc0d9d9cb6236cd2e7ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/target
/doc
.vscode

.cargo/config
.cargo/config.toml

# created by azalea-auth/examples/auth, defined in the main .gitignore because
# the example could be run from anywhere
example_cache.json

# these are created by profiling tools
flamegraph.svg
perf.data
perf.data.old
heaptrack.*