diff options
| author | otofune <otofune@gmail.com> | 2017-11-14 05:30:05 +0900 |
|---|---|---|
| committer | otofune <otofune@gmail.com> | 2017-11-14 05:30:17 +0900 |
| commit | 7f2400ae0009ab0468cbcda795e33a51660cdb93 (patch) | |
| tree | f83e6853123f408f6975ad83e3140f0c36b5978b /.gitignore | |
| parent | server - multerがテンポラリディレクトリにファイルを展開... (diff) | |
| download | sharkey-7f2400ae0009ab0468cbcda795e33a51660cdb93.tar.gz sharkey-7f2400ae0009ab0468cbcda795e33a51660cdb93.tar.bz2 sharkey-7f2400ae0009ab0468cbcda795e33a51660cdb93.zip | |
.gitignore - uploads を削除
もう作られることはない
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 2ae0f98c5e..a51e70381e 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,6 @@ /.vscode /node_modules /built -/uploads /data npm-debug.log *.pem |