You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

32 lines
269 B

# Rust artifacts
Cargo.lock
target/
# Node artifacts
build/
prebuilds/
node_modules/
# Swift artifacts
.build/
# Python artifacts
dist/
*.egg-info
*.whl
# C artifacts
*.a
*.so
*.so.*
*.dylib
*.dll
*.pc
# Examples
/examples/*/
# Grammar volatiles
*.wasm
*.obj
*.o