projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2a4156
)
fix issues with the uploads directory
author
xse
<xse@riseup.net>
Sun, 28 Apr 2019 04:43:00 +0000
(06:43 +0200)
committer
xse
<xse@riseup.net>
Sun, 28 Apr 2019 04:43:00 +0000
(06:43 +0200)
.gitignore
patch
|
blob
|
history
uploads/.gitignore
[new file with mode: 0644]
patch
|
blob
diff --git
a/.gitignore
b/.gitignore
index 774893b35f2a9a432738a33614fe17b4d001f6fb..a1e79e4be2a7a34ac0211ad65ae0df60cda1cb96 100644
(file)
--- a/
.gitignore
+++ b/
.gitignore
@@
-3,7
+3,6
@@
/db
/deps
/*.ez
-/uploads
/test/uploads
/.elixir_ls
/test/fixtures/test_tmp.txt
diff --git a/uploads/.gitignore
b/uploads/.gitignore
new file mode 100644
(file)
index 0000000..
523e584
--- /dev/null
+++ b/
uploads/.gitignore
@@ -0,0
+1,3
@@
+# Git will ignore everything in this directory except this file.
+*
+!.gitignore