Skip to content

Commit

Permalink
add slashes to data paths for consistency with other paths
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahs committed Dec 3, 2020
1 parent bf61f53 commit ae9956c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions crowdin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ files:
- source: /data/**/*.md
translation: /translations/%locale%/%original_path%/%original_file_name%
ignore:
- 'data/README.md'
- 'data/reusables/README.md'
- 'data/variables/product.yml'
- 'data/variables/README.md'
- 'data/early-access'
- 'data/graphql'
- 'data/products.yml'
- '/data/README.md'
- '/data/reusables/README.md'
- '/data/variables/product.yml'
- '/data/variables/README.md'
- '/data/early-access'
- '/data/graphql'
- '/data/products.yml'

# These end up as env vars used by the GitHub Actions workflow
project_id_env: CROWDIN_PROJECT_ID
Expand Down

0 comments on commit ae9956c

Please sign in to comment.