Skip to content

Commit

Permalink
Merge pull request isar#1035 from hivedb/braid/gitignore
Browse files Browse the repository at this point in the history
feat: add .gitignore
  • Loading branch information
The one with the braid (she/her) | Dфҿ mit dem Zopf (sie/ihr) authored Jul 19, 2022
2 parents 7dbe7b6 + cba2394 commit 09de0a3
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions hive_flutter/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Miscellaneous
*.class
*.log
*.pyc
*.swp
.DS_Store
.atom/
.buildlog/
.history
.svn/
migrate_working_dir/

# IntelliJ related
*.iml
*.ipr
*.iws
.idea/

# The .vscode folder contains launch configuration and tasks you configure in
# VS Code which you may wish to be included in version control, so this line
# is commented out by default.
#.vscode/

# Flutter/Dart/Pub related
# Libraries should not include pubspec.lock, per https://dart.dev/guides/libraries/private-files#pubspeclock.
/pubspec.lock
**/doc/api/
.dart_tool/
.packages
build/
.flutter-plugins-dependencies

0 comments on commit 09de0a3

Please sign in to comment.