2023-04-01 22:56:38 +01:00
|
|
|
# Build artifacts
|
2022-12-21 16:36:30 +01:00
|
|
|
/book/
|
2023-01-08 13:45:19 +01:00
|
|
|
target/
|
2023-04-01 22:56:38 +01:00
|
|
|
*.bin
|
|
|
|
|
|
|
|
# Translation artifacts
|
2023-02-14 17:43:00 +00:00
|
|
|
po/*.mo
|
2023-05-19 12:52:32 +01:00
|
|
|
po/*.po~
|
2023-04-01 22:56:38 +01:00
|
|
|
|
|
|
|
# macOS artifacts
|
2023-02-14 17:43:00 +00:00
|
|
|
.DS_Store
|
2023-04-01 22:56:38 +01:00
|
|
|
|
|
|
|
# Jetbrains IDEs project files
|
|
|
|
.idea/
|
|
|
|
.iml
|
|
|
|
.iws
|
2023-11-29 10:39:24 -05:00
|
|
|
count.dat
|
2024-05-08 21:42:42 +03:30
|
|
|
|
|
|
|
# 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-14 21:33:25 -07:00
|
|
|
|
2024-06-16 13:04:06 -07:00
|
|
|
# Google's Project IDX files and VSCode
|
2024-06-14 21:33:25 -07:00
|
|
|
.idx/
|
2024-06-16 13:04:06 -07:00
|
|
|
.vscode/
|