-
Notifications
You must be signed in to change notification settings - Fork 495
/
.gitignore
77 lines (64 loc) · 994 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
70
71
72
73
74
75
76
77
*.swp
.DS_Store
.bundle
.idea
stdout
*~
.vscode/
# /
/*.tmproj
/sphinx
/.DAV
/rerun.txt
/capybara-*.html
/.dropbox
/.dropbox.attr
/.rspec
REVISION
# /config/
/config/brakeman.ignore
/config/database.yml
/config/local.yml
/config/backup.yml
/config/*.sphinx.conf
/config/s3.yml
/config/sphinx.yml
/config/unicorn.rb
/config/newrelic.yml
/config/redis.yml
/config/redis-cucumber.conf
/config/skins.dump
# /config/environments/
/config/environments/development.rb
# /db/
/db/*.sqlite3
/db/backup
/db/sphinx
/db/seed
# /log/
/log/*
# /public/
/public/downloads
/public/stylesheets/cached_for_screen.css
/public/stylesheets/skins
public/system/development
/public/system/skins
public/system/test
/public/system/work_skins
/public/tags
# /public/images/
/public/images/Thumbs.db
# /tmp/
/tmp/*
# /vendor/
/vendor/gems
# /vendor/gems/
/vendor/gems/*
# /vendor/plugins/
features/cassette_library/
spec/results.html
spec/results
features_report.html
coverage
redis-cucumber-dump.rdb
.rspec