checkout/.prettierignore
Pavel Popov d29ac2ce6d
APM-12: New Crowdin updates (#30)
* New translations ru.json (Japanese)

* New translations ru.json (English)

* New translations ru.json (French)

* New translations ru.json (Japanese)

* New translations ru.json (English)

* New translations ru.json (French)

* New translations ru.json (English)

* New translations ru.json (English)

* New translations ru.json (English)

* New translations ru.json (English)

* New translations ru.json (English)

* New translations ru.json (English)

* Delete fr.json

* Delete ja.json

* New translations ru.json (English)

* New translations ru.json (English)

* New translations ru.json (English)

* New translations ru.json (English)

* New translations ru.json (English)

* New translations ru.json (English)

* New translations ru.json (English)

* New translations ru.json (English)

* New translations ru.json (English)

* New translations ru.json (English)

* Linter fix

* New translations ru.json (English)

* New translations ru.json (English)

* Added locale files in .prettierignore

Co-authored-by: Ildar Galeev <KeinAsylum@gmail.com>
2022-02-17 15:05:11 +03:00

40 lines
345 B
Plaintext

# Exclude everything by default
/**/*
# Include all folders
!/**/*/
# Includes
!*.js
!*.jsx
!*.ts
!*.tsx
!*.css
!*.scss
!*.html
!*.md
!*.svg
!*.json
!*.prettierrc
!*.babelrc
# Excludes
package-lock.json
package.json
node_modules
dist
.cache-loader
# VS Code
.vscode
# IDEA
.idea
# Crowdin formats json in his own way
src/locale/*.json