mirror of
https://github.com/google/comprehensive-rust.git
synced 2024-12-12 21:29:59 +02:00
f976ca88c7
To remove the risk of committing API keys while testing the Crowdin integration.
27 lines
302 B
Plaintext
27 lines
302 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
|