Skip to content

Commit 7df1c22

Browse files
fix: .idea .gitignore and vscode launch settings (#213)
Co-authored-by: Nicolás Lantean <[email protected]> Co-authored-by: nicolantean <[email protected]>
1 parent 1c37d90 commit 7df1c22

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

.gitignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ mason-lock.json
1717
*.iml
1818
*.ipr
1919
*.iws
20-
.idea/
20+
.idea/*
2121

2222
# The .vscode folder contains launch configuration and tasks you configure in
2323
# VS Code which you may wish to be included in version control, so this line
2424
# is commented out by default.
25-
.vscode/
26-
.vscode/settings.json
25+
.vscode/*
26+
!.vscode/launch.json
2727

2828
# Flutter/Dart/Pub related
2929
**/doc/api/

.idea/.gitignore

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

android/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ gradle-wrapper.jar
55
/gradlew.bat
66
/local.properties
77
GeneratedPluginRegistrant.java
8+
/.idea
89

910
# Remember to never publicly share your keystore.
1011
# See https://flutter.dev/docs/deployment/android#reference-the-keystore-from-the-app

scripts/checks.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ error () {
77
echo ':: Sorting translation files ::'
88
if ! command -v dart >/dev/null 2>&1 || ! dart pub global list | grep -q arb_utils; then
99
echo "arb_utils is missing. Installing..."
10-
dart pub global activate arb_utils 0.8.1
10+
dart pub global activate arb_utils 0.8.3
1111
fi
1212
arb_utils sort lib/l10n/intl_en.arb
1313

0 commit comments

Comments
 (0)