Skip to content

Commit

Permalink
Add a global .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
HosseinYousefi committed Aug 19, 2024
1 parent 0259e30 commit 54ca8f9
Showing 1 changed file with 59 additions and 0 deletions.
59 changes: 59 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
.DS_Store
.atom/
.idea
.packages
.pub/
.dart_tool/
.vscode/
*.iml

# Gradle?
.uuid

pubspec.lock

# iOS and macOS dependencies
.build/
Podfile.lock
Pods/
.swiftpm/
.symlinks/

*instrumentscli*.trace
*.cipd

# Build directories are produced when building using the Flutter CLI.
build

# This file is produced as a back-up when web_benchmarks fails to parse a
# Chrome trace.
chrome-trace.json

# Generated files on example apps
flutter_export_environment.sh
.flutter-plugins*
local.properties
keystore.properties
**/Flutter/Generated.xcconfig
**/Flutter/App.framework/
**/Flutter/ephemeral/
**/Flutter/Flutter.podspec
**/Flutter/Flutter.framework/
**/Flutter/flutter_assets/

ServiceDefinitions.json
xcuserdata/
**/DerivedData/

generated_plugin_registrant.*
GeneratedPluginRegistrant.*

# Gradle
**/gradle-wrapper.jar
.gradle/
gradlew
gradlew.bat

.project
.classpath
.settings

0 comments on commit 54ca8f9

Please sign in to comment.