Skip to content

Instantly share code, notes, and snippets.

@Anderson-Andre-P
Created October 18, 2024 20:11
Show Gist options
  • Save Anderson-Andre-P/b817e1d18a99fef6c9c8639c8a531050 to your computer and use it in GitHub Desktop.
Save Anderson-Andre-P/b817e1d18a99fef6c9c8639c8a531050 to your computer and use it in GitHub Desktop.
Settings for local project in vs code
{
"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