forked from hpoul/dart_logging_appenders
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
51 lines (37 loc) · 738 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# https://gist.github.com/hpoul/b78f7a1b3cde988f3ce4d12e954367eb
#
# IDEA: Allow some configuration, which is shared across users.
/.idea/*
!.idea/runConfigurations
!.idea/runConfigurations/*
!.idea/vcs.xml
!.idea/dictionaries
!.idea/dictionaries/*
!.idea/inspectionProfiles/*
!.idea/codeStyles
!.idea/codeStyles/*
*.iml
# Java/Kotlin/Android
/.gradle
/build
/out
# JavaScript/Node.JS
/node_modules
#### project specific ignores below
.DS_Store
.dart_tool/
.packages
.pub/
build/
ios/.generated/
ios/Flutter/Generated.xcconfig
ios/Runner/GeneratedPluginRegistrant.*
# no native parts right now.
/ios
/android
/pubspec.lock
/coverage
/test/.test_coverage.dart
# For now editorconfig is doing nothing.
/.editorconfig
/doc/api