1
2
Fork 0
mirror of https://github.com/mat-1/azalea.git synced 2025-08-02 23:44:38 +00:00
azalea/.gitignore
Shayne Hartford 5a460f3871
Fix 1.20.4 branch (#193)
* Add rust rover to .gitignore

* Downgrade to last working nightly version

* Update dependencies and set the simdnbt revision because version doesn't work with git, only path.

* Disable cursor_remaining stabilized feature
2024-12-04 18:09:28 -06:00

17 lines
294 B
Text
Executable file

.idea/
.vscode/
doc/
target/
.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.*