-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitignore
More file actions
23 lines (19 loc) · 822 Bytes
/
Copy path.gitignore
File metadata and controls
23 lines (19 loc) · 822 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
coverage.out
bin/
graph.svg
.DS_Store
# What 'aurora init' writes at the repository root, which is a scratch project rather
# than part of the compiler. The examples are tracked; these are not.
/aurora.toml
/src/
# What a project keeps out of its manifest, wherever the project is. A manifest is tracked and
# a key is not, which is the whole reason a manifest may name the environment instead of
# holding it.
.env
# What a deploy writes, wherever it was run from. It records the address and the transaction
# of the last deploy per profile, which belongs to whoever deployed and not to the project —
# and a project is not only at the root: examples/project is one, and so is anywhere somebody
# points the command at.
.aurora.deploys.toml
# What aurorals writes where an editor happens to open a project.
lsp.log