.gitignore in messages_dictionary-1.0.0 vs .gitignore in messages_dictionary-2.0.0
- old
+ new
@@ -1,5 +1,13 @@
-# RubyMine config files
-.idea/
+.idea/*
*.gem
+coverage/*
Gemfile.lock
-coverage/
+*~
+.bundle
+.rvmrc
+log/*
+measurement/*
+pkg/*
+.DS_Store
+.env
+demo.rb
\ No newline at end of file