mirror of https://github.com/Wilfred/difftastic/
37 lines
316 B
Plaintext
37 lines
316 B
Plaintext
# Rust artifacts
|
|
/Cargo.lock
|
|
/target/
|
|
|
|
# Node artifacts
|
|
/build/
|
|
/node_modules/
|
|
|
|
# Swift artifacts
|
|
/.build/
|
|
|
|
# Python artifacts
|
|
/dist/
|
|
*.egg-info
|
|
*.whl
|
|
|
|
# Zig artifacts
|
|
/zig-cache/
|
|
/zig-out/
|
|
|
|
# C artifacts
|
|
*.a
|
|
*.so
|
|
*.so.*
|
|
*.dylib
|
|
*.dll
|
|
*.pc
|
|
|
|
# Example dirs
|
|
/examples/*/
|
|
|
|
# Grammar volatiles
|
|
dsl.d.ts
|
|
*.wasm
|
|
*.obj
|
|
*.o
|