1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-01-09 09:11:50 +02:00
comprehensive-rust/.gitignore
2024-05-08 18:12:42 +00:00

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