2023-04-01 23:56:38 +02:00
|
|
|
# Build artifacts
|
2022-12-21 17:36:30 +02:00
|
|
|
/book/
|
2023-01-08 14:45:19 +02:00
|
|
|
target/
|
2023-04-01 23:56:38 +02:00
|
|
|
*.bin
|
|
|
|
|
|
|
|
# Translation artifacts
|
2023-02-14 19:43:00 +02:00
|
|
|
po/*.mo
|
2023-05-19 13:52:32 +02:00
|
|
|
po/*.po~
|
2023-04-01 23:56:38 +02:00
|
|
|
|
|
|
|
# macOS artifacts
|
2023-02-14 19:43:00 +02:00
|
|
|
.DS_Store
|
2023-04-01 23:56:38 +02:00
|
|
|
|
|
|
|
# Jetbrains IDEs project files
|
|
|
|
.idea/
|
|
|
|
.iml
|
|
|
|
.iws
|
2023-11-29 17:39:24 +02:00
|
|
|
count.dat
|
2024-05-08 20:12:42 +02:00
|
|
|
|
|
|
|
# Nodejs Files (dprint)
|
|
|
|
node_modules/
|
|
|
|
package.json
|
|
|
|
pnpm-lock.yaml
|
2024-05-14 20:43:04 +02:00
|
|
|
|
|
|
|
# Crowdin Config (Contains API Keys)
|
|
|
|
crowdin.yml
|
2024-06-15 06:33:25 +02:00
|
|
|
|
2024-06-16 22:04:06 +02:00
|
|
|
# Google's Project IDX files and VSCode
|
2024-06-15 06:33:25 +02:00
|
|
|
.idx/
|
2024-06-16 22:04:06 +02:00
|
|
|
.vscode/
|
2024-08-21 09:18:07 +02:00
|
|
|
|
|
|
|
# Python virtualenv (for mdbook-slide-evaluator local installation)
|
|
|
|
.venv/
|