10 lines
88 B
Plaintext
10 lines
88 B
Plaintext
# Ignore build artifacts
|
|
/result
|
|
/result-*
|
|
|
|
# Ignore temporary files
|
|
*.swp
|
|
*~
|
|
|
|
justfile
|