39 lines
402 B
Text
39 lines
402 B
Text
|
.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*
|