Martin Edenhofer 12 лет назад
Родитель
Сommit
5d025e1caf
1 измененных файлов с 8 добавлено и 1 удалено
  1. 8 1
      .gitignore

+ 8 - 1
.gitignore

@@ -17,7 +17,14 @@
 # Ignore .project files
 /.project
 
-db/schema.rb
 Gemfile.lock
 
+# Ignore mac stuff
 .DS_Store
+
+# Ignore .swp files
+.*.swp
+
+# Ignore local changes to schema.rb (e. g. through extentions)
+db/schema.rb
+