-
Notifications
You must be signed in to change notification settings - Fork 5
/
.gitignore
69 lines (55 loc) · 813 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
# Created by https://www.gitignore.io/api/ionic3,angular
### Angular ###
## Angular ##
# compiled output
/dist
/tmp
/app/**/*.js
/app/**/*.js.map
# dependencies
/node_modules
/bower_components
# IDEs and editors
/.idea
# misc
/.sass-cache
/connect.lock
/coverage/*
/libpeerconnection.log
npm-debug.log
testem.log
/typings
# e2e
/e2e/*.js
/e2e/*.map
#System Files
.DS_Store
### Ionic3 ###
# Log an tmp data
*~
*.sw[mnpcod]
*.log
*.tmp
*.tmp.*
log.txt
# NPM (Node Package Manager) files
npm-debug.log*
node_modules/
tmp/
temp/
# Preprocessors cache files
.sourcemaps/
.sass-cache/
.tmp/
hooks/
# Ionic 3 plugins files
platforms/
plugins/
plugins/android.json
plugins/ios.json
www/
# Trash data
$RECYCLE.BIN/
Thumbs.db
UserInterfaceState.xcuserstate
# End of https://www.gitignore.io/api/ionic3,angular