Move local ignore under server

This commit is contained in:
John Lyon-Smith
2018-03-26 11:38:50 -07:00
parent 49ca7f3bf1
commit 3b16d7c417
2 changed files with 1 additions and 1 deletions

1
.gitignore vendored
View File

@@ -8,4 +8,3 @@ mobile/ios/**/xcuserdata/
npm-debug.log* npm-debug.log*
yarn-debug.log* yarn-debug.log*
yarn-error.log* yarn-error.log*
local-*.json*

1
server/.gitignore vendored
View File

@@ -1,3 +1,4 @@
node_modules/ node_modules/
coverage/ coverage/
scratch/ scratch/
local-*.json*