mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-01-09 09:11:50 +02:00
24 lines
252 B
Plaintext
24 lines
252 B
Plaintext
# Build artifacts
|
|
/book/
|
|
target/
|
|
*.bin
|
|
|
|
# Translation artifacts
|
|
po/messages.pot
|
|
po/*.mo
|
|
po/*.po~
|
|
|
|
# macOS artifacts
|
|
.DS_Store
|
|
|
|
# Jetbrains IDEs project files
|
|
.idea/
|
|
.iml
|
|
.iws
|
|
count.dat
|
|
|
|
# Nodejs Files (dprint)
|
|
node_modules/
|
|
package.json
|
|
pnpm-lock.yaml
|