forked from facebook/react-native
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Fixing the git attrs for all the people and all the files and…
… all future (facebook#31128)" This reverts commit 7384471.
- Loading branch information
1 parent
6651d8c
commit 06f8c8e
Showing
5 changed files
with
12 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,3 @@ indent_size = 4 | |
|
||
[BUCK] | ||
indent_size = 4 | ||
|
||
# Windows files | ||
[*.bat] | ||
end_of_line = crlf |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
:: Copyright (c) Facebook, Inc. and its affiliates. | ||
:: | ||
:: This source code is licensed under the MIT license found in the | ||
:: LICENSE file in the root directory of this source tree. | ||
|
||
@echo off | ||
title Metro | ||
call .packager.bat | ||
cd ../../../ | ||
node "%~dp0..\cli.js" start | ||
pause | ||
exit | ||
:: Copyright (c) Facebook, Inc. and its affiliates. | ||
:: | ||
:: This source code is licensed under the MIT license found in the | ||
:: LICENSE file in the root directory of this source tree. | ||
|
||
@echo off | ||
title Metro | ||
call .packager.bat | ||
cd ../../../ | ||
node "%~dp0..\cli.js" start | ||
pause | ||
exit |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.