-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
58 lines (48 loc) · 1.05 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
# generic (system) files/extensions we don't want
*.seed
*.log
*.csv
*.dat
*.out
*.pid
*.gz
.idea/*
*.DS_Store
lib-cov
pids
logs
results
# node and node packages (local installs that should not be tracked)
npm-debug.log
node_modules
# bower components (local installs that should not be tracked)
app/src/bower_components
#.bowerrc //DO want to track this
# testing stuff
## selenium server
selenium
# code coverage reports
coverage
coverage-node
coverage-angular
# configuration files
/config_environment.json
# ignore auto generated documentation (YUIDoc) files
yuidocs
# ignore files compiled / built by grunt
app/src/build
app/src/common/less/_base.less
_dir-paths.less
app/src/modules/services/config/config.js
app/src/modules/services/config/config-test.js
app/src/config/karma.conf.js
app/src/config/karma-no-coverage.conf.js
app/src/index.html
app/src/index-test.html
app/src/config/protractor/*
# ignore deploys (i.e. PhoneGap, TriggerIO build folder/files)
app/src/deploys
# ignore SSL / HTTPS certs
app/ssl
# ignore uploaded images
app/src/common/img/user