mirror of
https://github.com/valitydev/checkout.git
synced 2024-11-06 02:25:18 +00:00
d29ac2ce6d
* 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>
40 lines
345 B
Plaintext
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
|