config/default.yml in traquitana-0.1.6 vs config/default.yml in traquitana-0.1.7
- old
+ new
@@ -1,35 +1,38 @@
# Default configuration---
-directory: /tmp/traq_test
-user: taq
-list:
+:version: 0.1.7
+:directory: /tmp/traq_test
+:ignore: 24
+:user: taq
+:list:
- Rakefile
- config.ru
- Gemfile
+- package.json
+- babel.config.js
+- postcss.config.js
- - config/application.rb
- - config/environment.rb
- - config/initializers/**/*
- - config/environments/production.rb
- - config/locales/**/*
- - config/routes.rb
-- - config/boot.rb
-- - config/database.yml
-- - config/secrets.yml
- - config/storage.yml
+- - config/webpacker.yml
+- - config/webpack/environment.js
+- - config/webpack/production.js
- - app/**/*
- - db/migrate/**/*
-- - db/seeds.rb
+- - public/javascripts/**/*
+- - public/stylesheets/**/*
- - public/404.html
- - public/422.html
- - public/500.html
- - public/favicon.ico
- - public/robots.txt
-- - public/javascripts/**/*
-- - public/stylesheets/**/*
- - lib/**/*
-- - bin/**/*
- - public/images/**/*
- public/images/uploads/**/*
-password: fill your password here
-host: localhost
-server: passenger
-shell: bash -l -c
+:password: fill your password here
+:host: localhost
+:server: passenger
+:shell: bash -l -c