Просмотр исходного кода

fix issues with the uploads directory

tags/v1.1.4
xse 5 лет назад
Родитель
Сommit
31852f906e
2 измененных файлов: 3 добавлений и 1 удалений
  1. +0
    -1
      .gitignore
  2. +3
    -0
      uploads/.gitignore

+ 0
- 1
.gitignore Просмотреть файл

@@ -3,7 +3,6 @@
/db
/deps
/*.ez
/uploads
/test/uploads
/.elixir_ls
/test/fixtures/test_tmp.txt


+ 3
- 0
uploads/.gitignore Просмотреть файл

@@ -0,0 +1,3 @@
# Git will ignore everything in this directory except this file.
*
!.gitignore

Загрузка…
Отмена
Сохранить