You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
402 B
38 lines
402 B
.git |
|
.gitignore |
|
|
|
.bundle |
|
.rake_tasks* |
|
db/*.sqlite3 |
|
log |
|
node_modules |
|
tmp/* |
|
public/assets |
|
public/system |
|
public/uploads |
|
supplier_assets/** |
|
vendor/bundle |
|
|
|
# no configuration |
|
config/*.yml |
|
|
|
# IDEs, Developer tools |
|
.idea |
|
.loadpath |
|
.project |
|
.sass-cache |
|
.rbenv-version |
|
.get-dump.yml |
|
.bash_history |
|
nbproject/ |
|
.*.sw? |
|
*~ |
|
|
|
coverage |
|
tags |
|
|
|
# Capistrano etc. |
|
Capfile |
|
config/deploy |
|
config/deploy.rb |
|
Gemfile.capistrano*
|
|
|