Add empty temp folder to repo

This commit is contained in:
enFranc
2018-11-06 08:24:14 -05:00
committed by Lachlan Kermode
parent 570d1e5dab
commit 17395d07a2
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@@ -2,7 +2,6 @@
/logs /logs
/npm-debug.log /npm-debug.log
/node_modules /node_modules
/temp
.DS_Store .DS_Store
*.swp *.swp

2
temp/.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
*
!.gitignore