-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
104 lines (84 loc) · 1.33 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
# Created by https://www.gitignore.io/api/react,ionic3,phalcon,angular,netbeans,dreamweaver
# Edit at https://www.gitignore.io/?templates=react,ionic3,phalcon,angular,netbeans,dreamweaver
### 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/
### Dreamweaver ###
# DW Dreamweaver added files
_notes
_compareTemp
configs/
dwsync.xml
dw_php_codehinting.config
*.mno
### Ionic3 ###
# Log an tmp data
*~
*.sw[mnpcod]
*.log
*.tmp
*.tmp.*
log.txt
# NPM (Node Package Manager) files
npm-debug.log*
temp/
# Preprocessors cache files
.sourcemaps/
.tmp/
hooks/
# Ionic 3 plugins files
platforms/
plugins/
plugins/android.json
plugins/ios.json
www/
# Trash data
$RECYCLE.BIN/
.DS_Store
Thumbs.db
UserInterfaceState.xcuserstate
### NetBeans ###
**/nbproject/private/
**/nbproject/Makefile-*.mk
**/nbproject/Package-*.bash
build/
nbbuild/
nbdist/
.nb-gradle/
### Phalcon ###
/cache/
/config/development/
### react ###
.DS_*
logs
**/*.backup.*
**/*.back.*
node_modules
bower_componets
*.sublime*
psd
thumb
sketch
# End of https://www.gitignore.io/api/react,ionic3,phalcon,angular,netbeans,dreamweaver