-
Notifications
You must be signed in to change notification settings - Fork 70
/
.gitignore
64 lines (54 loc) · 941 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
# Ignore local config files
/.bundle
# Ignore all logfiles and tempfiles.
/log/*.log
/tmp
.DS_Store
coverage/*
public/uploads/*
public/caches
.sass-cache
public/partner
.vagrant
ubuntu-xenial-16.04-cloudimg-console.log
*.rdb
current_stolen_bikes.tsv
stolen.geojson
spec/fixtures/tsv_creation/*.tsv
spec/fixtures/tsv_creation/*.json
# Ignore rvm stuff
.rvmrc
.ruby-gemset
.ruby-version
.rbenv-gemsets
.powenv
.gems
# Ignore Chef stuff
Cheffile.lock
cookbooks/*
# Ignore localeapp
.localeapp
log/localeapp.yml
# Ignore import files
sm_import_*.json
spec/fixtures/bikes/*.json
manufacturer.tsv
# Ignore special configuration env file
.env.*
/public/packs
/public/packs-test
/node_modules
yarn-debug.log*
yarn-error.log
.yarn-integrity
.nvmrc
package-lock.json
# Ignore jest coverage files
coverage
# Ignore test results
test-results/
spec/examples.txt
public/javascripts
spec/vcr_cassettes/facebook/*
# Ignore editor temp files
.idea