forked from leoafarias/fvm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
54 lines (42 loc) · 752 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
52
53
54
# Files and directories created by pub
.dart_tool/
.packages
# Do not version the sdk versions
versions/
.DS_Store
# Conventional directory for build outputs
build/
# Directory created by dartdoc
doc/api/
# Test Coverage
test/.test_coverage.dart
# IntelliJ related
*.iml
*.ipr
*.iws
.idea/
# Visual Studio Code related
.classpath
.project
.settings/
.vscode/
coverage/lcov.info
.vscode/settings.json
packages/cli/test/.test_coverage.dart
packages/cli/.env
.env
node_modules
test/.test_cov.dart
test/support_assets/dart_package/lib/src/version.dart
coverage/test
.failed_tracker
coverage/html
test/support_assets/*/pubspec.lock
test/support_assets/*/pubspec.lock
# FVM Version Cache
.fvm
.fvmrc
docs/.next
# Ignore fvm binary
fvm
.env.local