mirror of
https://github.com/google/comprehensive-rust.git
synced 2024-11-24 17:06:37 +02:00
ad9b41cd6c
Instead of asking the translators to run a complicated command to generate the `messages.pot` file, we now simply include the configuration in the versioned `book.toml` file. This makes it much easier for us to update the configuration: we just push a new version of `book.toml`. It also makes life easier for the translators.
30 lines
342 B
Plaintext
30 lines
342 B
Plaintext
# Build artifacts
|
|
/book/
|
|
target/
|
|
*.bin
|
|
|
|
# Translation artifacts
|
|
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/
|