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

31 lines
358 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
# Crowdin Config (Contains API Keys)
crowdin.yml
# Google's Project IDX files and VSCode
.idx/
.vscode/