-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
42 lines (37 loc) · 917 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
.DS_Store
*.swo
*.swp
*.log
log/*.*
db/*.sqlite3
db/*.sqlite3-journal
tmp/*
public/uploads/*
public/results/*
vendor/bundle/*
app/stylesheets/.sass-cache/*
surveys/*
public/javascripts/cache/*.js
public/stylesheets/compiled/*.css
public/assets/*
rerun.txt
coverage.data
coverage/*
spec/examples.txt
webrat-*.html
lib/tasks/alz_enotis_import/
# to get passenger working in development http://markmail.org/message/b77hluatbr7hb3zu
config/setup_load_paths.rb
# Bundler
.bundle/*
lock/
#cache
.sass-cache/*
# db/schema.rb
# if schema.rb isn't included in source control, it is generated on the fly on the server without group write permissions, preventing other developers from running migrations on the same deployment
# see also:
# http://www.pathf.com/blogs/2008/07/resolved-should-schemarb-be-included-in-your-source-control/
# http://railscasts.com/episodes/96-git-on-rails comment #22
# pow
.powrc
uploads