updated git ignore and deleted README.rdoc

James Peret лет %!s(int64=10): %!d(string=назад)
Родитель
Сommit
b238330003
2 измененных файлов с 3 добавлено и 29 удалено
  1. 3 1
      .gitignore
  2. 0 28
      README.rdoc

+ 3 - 1
.gitignore

@@ -17,6 +17,8 @@ capybara-*.html
17 17
 rerun.txt
18 18
 pickle-email-*.html
19 19
 
20
+public/svg/
21
+
20 22
 # TODO Comment out these rules if you are OK with secrets being uploaded to the repo
21 23
 #config/initializers/secret_token.rb
22 24
 #config/secrets.yml
@@ -62,4 +64,4 @@ Temporary Items
62 64
 
63 65
 # Ignore File Uploads
64 66
 /public/uploads
65
-/public/ .
67
+/public/ .

+ 0 - 28
README.rdoc

@@ -1,28 +0,0 @@
1
-== README
2
-
3
-This README would normally document whatever steps are necessary to get the
4
-application up and running.
5
-
6
-Things you may want to cover:
7
-
8
-* Ruby version
9
-
10
-* System dependencies
11
-
12
-* Configuration
13
-
14
-* Database creation
15
-
16
-* Database initialization
17
-
18
-* How to run the test suite
19
-
20
-* Services (job queues, cache servers, search engines, etc.)
21
-
22
-* Deployment instructions
23
-
24
-* ...
25
-
26
-
27
-Please feel free to use a different markup language if you do not plan to run
28
-<tt>rake doc:app</tt>.