Skip to content

Commit f110007

Browse files
committed
Removed api documentation and Intellij .idea directory from git
1 parent b60c345 commit f110007

File tree

12,229 files changed

+52
-3339290
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

12,229 files changed

+52
-3339290
lines changed

.gitignore

Lines changed: 39 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,44 @@
1+
# Miscellaneous
2+
*.class
3+
*.log
4+
*.pyc
5+
*.swp
16
.DS_Store
2-
.dart_tool/
7+
.atom/
8+
.buildlog/
9+
.history
10+
.svn/
11+
12+
# IntelliJ related
13+
*.iml
14+
*.ipr
15+
*.iws
16+
.idea/
317

18+
# The .vscode folder contains launch configuration and tasks you configure in
19+
# VS Code which you may wish to be included in version control, so this line
20+
# is commented out by default.
21+
#.vscode/
22+
23+
# Flutter/Dart/Pub related
24+
**/doc/api/
25+
.dart_tool/
26+
.flutter-plugins
27+
.flutter-plugins-dependencies
428
.packages
29+
.pub-cache/
530
.pub/
31+
/build/
32+
33+
# Web related
34+
lib/generated_plugin_registrant.dart
35+
36+
# Exceptions to above rules.
37+
!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages
38+
39+
# Old files and folders
40+
**.old
41+
**.old/
642

7-
build/
8-
ios/.generated/
9-
ios/Flutter/Generated.xcconfig
10-
ios/Runner/GeneratedPluginRegistrant.*
11-
/.project
43+
# Generated documentattion
44+
doc/

.idea/codeStyles/Project.xml

Lines changed: 0 additions & 116 deletions
This file was deleted.

.idea/dictionaries/danvick.xml

Lines changed: 0 additions & 13 deletions
This file was deleted.

.idea/encodings.xml

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)