mirror of
https://github.com/exo-explore/exo.git
synced 2025-12-23 14:17:58 -05:00
28 lines
260 B
Plaintext
28 lines
260 B
Plaintext
# gitingest
|
|
digest.txt
|
|
|
|
# python
|
|
**/__pycache__
|
|
|
|
# nix
|
|
.direnv/
|
|
|
|
|
|
# xcode / macos
|
|
*.xcuserstate
|
|
*.xcuserdata
|
|
*.xcuserdatad/
|
|
**/.DS_Store
|
|
app/EXO/build/
|
|
|
|
|
|
# rust
|
|
target/
|
|
**/*.rs.bk
|
|
*.pdb
|
|
|
|
# svelte
|
|
dashboard/build/
|
|
dashboard/node_modules/
|
|
dashboard/.svelte-kit/
|