-
Notifications
You must be signed in to change notification settings - Fork 333
/
.gitignore
77 lines (64 loc) · 1.13 KB
/
.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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
# Ignore DS_Store for those poor fellas that use MacOS
.DS_Store
# Ignore directories generated by Composer
php/vendor/
# ----
# Angular/ts stuff
# ----
# Compiled output
ts/dist
ts/tmp
ts/out-tsc
ts/bazel-out
# Node
ts/node_modules
npm-debug.log
yarn-error.log
# Miscellaneous
ts/.angular/cache
.sass-cache/
ts/connect.lock
ts/coverage
ts/libpeerconnection.log
testem.log
ts/typings
# System files
.DS_Store
Thumbs.db
# Screenshots
ts/cypress/screenshots
# Miscellaneous
dart/**/*.class
dart/**/*.log
dart/**/*.pyc
dart/**/*.swp
dart/**/.DS_Store
dart/**/.atom/
dart/**/.buildlog/
dart/**/.history
dart/**/.svn/
dart/**/migrate_working_dir/
# IntelliJ related
dart/**/*.iml
dart/**/*.ipr
dart/**/*.iws
dart/**/.idea/
dart/**/.vscode/
# Flutter/Dart/Pub related
**/doc/api/
**/ios/Flutter/.last_build_id
dart/.dart_tool/
dart/.flutter-plugins
dart/.flutter-plugins-dependencies
dart/.packages
dart/.pub-cache/
dart/.pub/
dart/build/
# Symbolication related
dart/**/app.*.symbols
# Obfuscation related
dart/**/app.*.map.json
# Android Studio will place build artifacts here
dart/android/app/debug
dart/android/app/profile
dart/android/app/release