Godwin
9 years ago
542 changed files with 13070 additions and 3738 deletions
@ -1,74 +1,81 @@ |
|||||
# Linux.gitignore |
# Linux.gitignore |
||||
.* |
.* |
||||
!.coveralls.yml |
!.coveralls.yml |
||||
!.gitignore |
!.gitignore |
||||
!.rspec |
!.rspec |
||||
!.slugignore |
!.slugignore |
||||
!.travis.yml |
!.travis.yml |
||||
!.openshift |
!.openshift |
||||
*~ |
*~ |
||||
|
|
||||
|
|
||||
|
|
||||
# OSX.gitignore |
# OSX.gitignore |
||||
.DS_Store |
.DS_Store |
||||
.AppleDouble |
.AppleDouble |
||||
.LSOverride |
.LSOverride |
||||
Icon |
Icon |
||||
|
|
||||
|
|
||||
# Thumbnails |
# Thumbnails |
||||
._* |
._* |
||||
Thumbs.db |
Thumbs.db |
||||
*/Thumbs.db |
*/Thumbs.db |
||||
|
|
||||
# Files that might appear on external disk |
# Files that might appear on external disk |
||||
.Spotlight-V100 |
.Spotlight-V100 |
||||
.Trashes |
.Trashes |
||||
|
|
||||
|
|
||||
|
|
||||
# Rails.gitignore |
# Rails.gitignore |
||||
*.rbc |
*.rbc |
||||
*.sassc |
*.sassc |
||||
.sass-cache |
.sass-cache |
||||
capybara-*.html |
capybara-*.html |
||||
.rvmrc |
.rvmrc |
||||
/.bundle |
/.bundle |
||||
/vendor/bundle |
/vendor/bundle |
||||
/log/* |
/log/* |
||||
/tmp/* |
/tmp/* |
||||
/db/*.sqlite3 |
/db/*.sqlite3 |
||||
/public/system/* |
/public/system/* |
||||
/coverage/ |
/coverage/ |
||||
/spec/tmp/* |
/spec/tmp/* |
||||
**.orig |
**.orig |
||||
rerun.txt |
rerun.txt |
||||
pickle-email-*.html |
pickle-email-*.html |
||||
.project |
.project |
||||
|
|
||||
|
# Ignore Gemfile.lock so that we always get the most up to date gems |
||||
|
# We'll be testing in 'preview' to avoid clashes |
||||
# Ignore Redis' dataset snapshot |
Gemfile.lock |
||||
dump.rdb |
|
||||
|
|
||||
# Ignore chrome driver log |
|
||||
chromedriver.log |
# Ignore Redis' dataset snapshot |
||||
|
dump.rdb |
||||
# Ignore rails_best_practices report |
|
||||
rails_best_practices_output.html |
# Ignore chrome driver log |
||||
|
chromedriver.log |
||||
# Ignore brakeman report |
|
||||
brakeman.html |
# Ignore rails_best_practices report |
||||
|
rails_best_practices_output.html |
||||
# Ignore file uploads |
|
||||
/public/uploads |
# Ignore brakeman report |
||||
|
brakeman.html |
||||
# Ignore precompiled assets |
|
||||
/public/assets |
# Ignore file uploads |
||||
|
/public/uploads |
||||
# Ignore sensitive data |
|
||||
/config/settings/local.rb |
# Ignore precompiled assets |
||||
/nbproject/private/ |
/public/assets |
||||
<<<<<<< HEAD |
/app/assets/stylesheets/application/* |
||||
/config/database.yml |
/app/assets/stylesheets/email-example/* |
||||
|
/app/assets/stylesheets/translations/* |
||||
|
/app/assets/stylesheets/web-fonts/* |
||||
|
|
||||
|
# Ignore sensitive data |
||||
|
/config/settings/local.rb |
||||
|
/nbproject/private/ |
||||
|
/config/database.yml |
||||
|
@ -0,0 +1,4 @@ |
|||||
|
@import "bumbleberry"; |
||||
|
@import "settings"; |
||||
|
|
||||
|
@include translation-pointer; |
Some files were not shown because too many files changed in this diff
Loading…
Reference in new issue