Move local ignore under server
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -8,4 +8,3 @@ mobile/ios/**/xcuserdata/
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
local-*.json*
|
||||
|
||||
1
server/.gitignore
vendored
1
server/.gitignore
vendored
@@ -1,3 +1,4 @@
|
||||
node_modules/
|
||||
coverage/
|
||||
scratch/
|
||||
local-*.json*
|
||||
|
||||
Reference in New Issue
Block a user