traquitana 0.0.6 → 0.0.7
Sign up to get free protection for your applications and to get access to all the features.
- data/config/default.yml +8 -3
- metadata +2 -2
data/config/default.yml
CHANGED
@@ -3,14 +3,19 @@
|
|
3
3
|
:ignore: 24
|
4
4
|
:user: taq
|
5
5
|
:list:
|
6
|
-
-
|
6
|
+
- Rakefile
|
7
|
+
- config.ru
|
8
|
+
- Gemfile
|
9
|
+
- - config/application.rb
|
10
|
+
- - config/environment.rb
|
7
11
|
- - config/initializers/**/*
|
8
12
|
- - config/environments/production.rb
|
13
|
+
- - config/locales/**/*
|
14
|
+
- - config/routes.rb
|
15
|
+
- - app/**/*
|
9
16
|
- - db/migrate/**/*
|
10
17
|
- - public/javascripts/**/*
|
11
18
|
- - public/stylesheets/**/*
|
12
|
-
- - config/locales/**/*
|
13
|
-
- - config/routes.rb
|
14
19
|
- - lib/**/*
|
15
20
|
- - public/images/**/*
|
16
21
|
- public/images/uploads/**/*
|