diff --git a/.gitignore b/.gitignore index 71ef0ae..693beb5 100755 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,6 @@ /logs /npm-debug.log /node_modules -/temp .DS_Store *.swp diff --git a/temp/.gitignore b/temp/.gitignore new file mode 100644 index 0000000..d6b7ef3 --- /dev/null +++ b/temp/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore