1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2024-12-12 21:29:59 +02:00
comprehensive-rust/.gitignore
Bjørn Dons f976ca88c7
Adding crowdin.yml to .gitignore (#2079)
To remove the risk of committing API keys while testing the Crowdin
integration.
2024-05-14 18:43:04 +00:00

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