1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2024-11-24 17:06:37 +02:00
comprehensive-rust/.gitignore
Martin Geisler ad9b41cd6c
Include xgettext as optional output (#2244)
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.
2024-07-23 10:51:13 +02:00

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/