From 94217601654b7a70bd25da76338d30b0b9122b42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EF=BC=A8=EF=BD=8F=EF=BD=8E=EF=BD=87=EF=BD=81=EF=BD=92?= =?UTF-8?q?=EF=BD=83?= Date: Fri, 7 Dec 2018 23:37:12 +0700 Subject: [PATCH 1/2] chore(git): remove some line is covered by other line --- .gitignore | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.gitignore b/.gitignore index f274b4d7..061b58db 100644 --- a/.gitignore +++ b/.gitignore @@ -4,9 +4,6 @@ node_modules/ # Build artifacts and asset stuff build/* -build/bundle.js -build/bundle.*.js -build/main.*.css screens FontAwesome-Vectors.pdf index.html @@ -22,7 +19,6 @@ index.html *.xcworkspace xcuserdata UserInterfaceState.xcuserstate -xcuserdata/ *.pbxuser *.perspective @@ -40,7 +36,6 @@ xcuserdata/ .User.xcconfig -xcuserdata Tools/xctool/build Tools/clang/analyzer/build Tools/clang/libtooling/build @@ -50,7 +45,3 @@ VendorLib/Breakpad/src/tools/mac/dump_syms/build DerivedData VendorLib/clang/lib/arc VendorLib/clang/lib/c++ - -*.swp - - From 882526f5ab5f9a1825ee8f9737620c944d4207e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EF=BC=A8=EF=BD=8F=EF=BD=8E=EF=BD=87=EF=BD=81=EF=BD=92?= =?UTF-8?q?=EF=BD=83?= Date: Fri, 7 Dec 2018 23:41:09 +0700 Subject: [PATCH 2/2] chore(git): add yarn-error.log to .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 061b58db..b2903c14 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ -# NPM +# NPM and Yarn npm-debug.log +yarn-error.log node_modules/ # Build artifacts and asset stuff