-
Notifications
You must be signed in to change notification settings - Fork 10
/
.gitignore
61 lines (51 loc) · 882 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
*.swp
*.swo
*.sw*
*~
.~*
*sqlite3-journal
.DS_Store
resourcetracking.tar.gz
app/stylesheets/.sass-cache/*
db/*.sqlite3
db/*.sqlite3-*
db/*.gz
db/*.db
db/*.tgz
db/*pgdump*
db/reports/*.csv
db/reports/ufs/*.csv
config/database.yml
log/*.log
tmp/*
public/stylesheets/compiled/*
public/system/*
# Cucumber/webrat tmp files
webrat-*
capybara*.html
rerun.txt
coverage/*
#partial heroku db:pulls
pull*.dat
# The .bundle folder should never be checked into the code repository as it holds machine-local configuration
.bundle/
# Various IDE files
.idea
.loadpath
.project
*.tmproj
.sass-cache
#rcov data should not be pushed to the repo
coverage/
coverage.data
# Slurper config (for pivotal tracker)
doc/slurper_config.yml
slurper_config.yml
# heroku vars files
config/settings.secret.yml
config/settings.loader*
# diffmerge temp files
___*
.amazon_keys
slurper
slurper_config.yml