Created
October 18, 2024 20:11
-
-
Save Anderson-Andre-P/b817e1d18a99fef6c9c8639c8a531050 to your computer and use it in GitHub Desktop.
Settings for local project in vs code
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"files.exclude": { | |
".vscode": false, | |
".gitignore": false, | |
".metadata": true, | |
"build": true, | |
"test": true, | |
".flutter-plugins": true, | |
".flutter-plugins-dependencies": true, | |
"LICENSE": true, | |
"pubspec.lock": true, | |
"README.md": true, | |
".dart_tool": true, | |
"android": true, | |
"linux": true, | |
"macos": true, | |
"ios": true, | |
"windows": true, | |
"web": true, | |
"assets": true, | |
".idea": true, | |
".github": true, | |
"analysis_options.yaml": true, | |
"PROJECT_NAME.iml": true, | |
"firebase.json": true, | |
"pubspec.yaml": true, | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment