2020-09-28 00:03:32 +03:00
|
|
|
.vscode/
|
2022-03-02 18:10:42 +03:00
|
|
|
translate/dist/
|
2022-02-16 17:47:32 +03:00
|
|
|
coverage/
|
Set `tabWidth: 2` in Prettier config (#2438)
* chore: Update Prettier config, setting tabWidth:2
* style: Apply updated Prettier styles
If you need to rebase work past this style change, do as follows:
0. Consider this to be commit `commitA`, replacing that with its id in the following.
1. To make sure mistakes aren't fatal, assign a second branch to your current work.
2. Rebase your branch on the commit immediately before this one, commitA~
3. Run the following command at the root of the repo:
git rebase --strategy-option=theirs \
--exec 'npx prettier --write . && git add -u && git commit --amend --no-edit' \
commitA
That will take a short while esp. if you have multiple commits,
as it runs Prettier on everything for every commit.
If you've deleted files, the rebase may drop down to interactive mode
and have you `git rm` as appropriate, then `git rebase --continue`.
You should end up with just your changes in your branch,
prettily formatted. To validate that,
apply the same Prettier config change to your original branch,
reformat the files with `npm run prettier`,
and then compare the results with the rebased branch.
* chore: Clean up lint configs
2022-03-03 11:46:35 +03:00
|
|
|
docs/_build/
|
2020-09-28 00:03:32 +03:00
|
|
|
package-lock.json
|
Set `tabWidth: 2` in Prettier config (#2438)
* chore: Update Prettier config, setting tabWidth:2
* style: Apply updated Prettier styles
If you need to rebase work past this style change, do as follows:
0. Consider this to be commit `commitA`, replacing that with its id in the following.
1. To make sure mistakes aren't fatal, assign a second branch to your current work.
2. Rebase your branch on the commit immediately before this one, commitA~
3. Run the following command at the root of the repo:
git rebase --strategy-option=theirs \
--exec 'npx prettier --write . && git add -u && git commit --amend --no-edit' \
commitA
That will take a short while esp. if you have multiple commits,
as it runs Prettier on everything for every commit.
If you've deleted files, the rebase may drop down to interactive mode
and have you `git rm` as appropriate, then `git rebase --continue`.
You should end up with just your changes in your branch,
prettily formatted. To validate that,
apply the same Prettier config change to your original branch,
reformat the files with `npm run prettier`,
and then compare the results with the rebased branch.
* chore: Clean up lint configs
2022-03-03 11:46:35 +03:00
|
|
|
specs/
|
2024-09-30 23:00:32 +03:00
|
|
|
.venv/
|
|
|
|
venv/
|
2021-01-23 01:13:41 +03:00
|
|
|
|
2022-08-09 18:10:05 +03:00
|
|
|
/.github/
|
|
|
|
/media/
|
|
|
|
/static/
|
|
|
|
|
2020-12-05 22:36:52 +03:00
|
|
|
# Jinja templates
|
|
|
|
translate/public/translate.html
|
|
|
|
**/templates/**/*.html
|
2020-09-28 00:03:32 +03:00
|
|
|
|
|
|
|
# Vendored code
|
|
|
|
error_pages/css/blockrain.css
|
Set `tabWidth: 2` in Prettier config (#2438)
* chore: Update Prettier config, setting tabWidth:2
* style: Apply updated Prettier styles
If you need to rebase work past this style change, do as follows:
0. Consider this to be commit `commitA`, replacing that with its id in the following.
1. To make sure mistakes aren't fatal, assign a second branch to your current work.
2. Rebase your branch on the commit immediately before this one, commitA~
3. Run the following command at the root of the repo:
git rebase --strategy-option=theirs \
--exec 'npx prettier --write . && git add -u && git commit --amend --no-edit' \
commitA
That will take a short while esp. if you have multiple commits,
as it runs Prettier on everything for every commit.
If you've deleted files, the rebase may drop down to interactive mode
and have you `git rm` as appropriate, then `git rebase --continue`.
You should end up with just your changes in your branch,
prettily formatted. To validate that,
apply the same Prettier config change to your original branch,
reformat the files with `npm run prettier`,
and then compare the results with the rebased branch.
* chore: Clean up lint configs
2022-03-03 11:46:35 +03:00
|
|
|
error_pages/js/
|
2020-09-28 00:03:32 +03:00
|
|
|
pontoon/base/static/css/boilerplate.css
|
|
|
|
pontoon/base/static/css/fontawesome-all.css
|
|
|
|
pontoon/base/static/css/nprogress.css
|
|
|
|
pontoon/base/static/js/lib/
|