-
Notifications
You must be signed in to change notification settings - Fork 5
/
.gitignore
40 lines (28 loc) · 821 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# Generated by Cargo
# will have compiled files and executables
/target/
# These are backup files generated by rustfmt
**/*.rs.bk
.idea/
.vscode/
# Don't include user-specific settings
cosmos_client/settings
# These are cached from the last server they connected to
cosmos_client/assets/temp/shaders/biosphere/
# Don't include any saved world files
cosmos_server/blueprints/
cosmos_server/world/*
# This directory is for run-time generated assets
cosmos_server/assets/temp/
cosmos_server/backups/*
trace-*.json
# Documentation auto-generated files
# See README.md to see how to set this stuff up
# Run `mdbook-mermaid install ./docs` to get these files
docs/mermaid.min.js
#
docs/book/
# Generated via `cargo run --features print-schedule | dot -Tsvg > ./debug.svg`
debug.svg
# Local to this player
name.env