Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
jhomlala authored Jan 29, 2019
1 parent 6a93d2f commit 7c78f9c
Showing 1 changed file with 14 additions and 8 deletions.
22 changes: 14 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
# See https://www.dartlang.org/guides/libraries/private-files

# Files and directories created by pub
.DS_Store
.dart_tool/
.idea

.packages
.pub/
.idea/

build/
# If you're building an application, you may want to check-in your pubspec.lock
pubspec.lock
ios/.generated/
ios/Flutter/Generated.xcconfig
ios/Runner/GeneratedPluginRegistrant.*

*.txt
android/.gradle

# Directory created by dartdoc
# If you don't generate documentation locally you can remove this line.
doc/api/
.flutter-plugins
*.lock
*.lock

0 comments on commit 7c78f9c

Please sign in to comment.