Skip to content

Commit 3aa3f9c

Browse files
authored
Better gitignore (#5)
1 parent 0486cab commit 3aa3f9c

File tree

1 file changed

+32
-4
lines changed

1 file changed

+32
-4
lines changed

.gitignore

Lines changed: 32 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,35 @@
1-
coverage/
2-
.idea/
1+
# Miscellaneous
2+
*.class
3+
*.log
4+
*.pyc
5+
*.swp
6+
.DS_Store
7+
.atom/
8+
.buildlog/
9+
.history
10+
.svn/
11+
migrate_working_dir/
12+
13+
# IntelliJ related
314
*.iml
15+
*.ipr
16+
*.iws
17+
.idea/
18+
19+
# The .vscode folder contains launch configuration and tasks you configure in
20+
# VS Code which you may wish to be included in version control, so this line
21+
# is commented out by default.
422
.vscode/
23+
24+
# Flutter/Dart/Pub related
25+
**/doc/api/
26+
**/ios/Flutter/.last_build_id
527
.dart_tool/
6-
pubspec_overrides.yaml
7-
/*.snap
28+
.flutter-plugins
29+
.flutter-plugins-dependencies
30+
.packages
31+
.pub-cache/
32+
.pub/
33+
/build/
34+
/coverage/
35+
pubspec.lock

0 commit comments

Comments
 (0)