Added weight/dimensions unit to Variants (#12036)
[spree.git] / .gitignore
blobbea705cda9ca785104956129ab914d280910c725
1 \#*
2 **/*.db
3 **/*.log
4 **/*.byebug_history
5 *~
6 .#*
7 .DS_Store
8 .bundle
9 .dotest
10 .idea
11 .loadpath
12 .project
13 .vscode
14 public/dispatch.cgi
15 public/dispatch.fcgi
16 public/dispatch.rb
17 httpd
18 pgsql
19 config/*-public.asc
20 config/database.yml
21 config/mongrel_cluster.yml
22 db/*.sql
23 db/*.sqlite3*
24 db/schema.rb
25 doc/**/*
26 Gemfile.lock
27 */Gemfile.lock
28 lib/products_index_profiler.rb
29 log/*.log
30 pkg
31 public/assets
32 public/attachments
33 public/blank_iframe.html
34 public/ckeditora
35 sandbox/*
36 spree_dev
37 spree_test
38 testapp
39 **/spec/dummy
40 tmp
41 public/google_base.xml
42 public/template_google_base.xml
43 coverage/*
44 var
45 nbproject
46 ./vendor
47 *.swp
48 rerun.txt
49 test_app
50 .rvmrc
51 **/coverage
52 */.sass-cache
53 .localeapp
54 .ruby-gemset
55 vendor/bundle
56 */vendor/bundle
57 .ignore
58 TODO