blob: 02af2033ef05f0b8e08405bc7cdd113412fbef73 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
.idea/
.vscode/
doc/
target/
rustc-ice-*
# created by azalea-auth/examples/auth, defined in the main .gitignore because
# the example could be run from anywhere
example_cache.json
# not created by azalea itself, sometimes used for debugging since the docs specifically mentions using azalea.log
azalea.log
# these are created by profiling tools
flamegraph.svg
perf.data
perf.data.old
heaptrack.*
*.mm_profdata
chrome_profiler.json
|