mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-14 06:58:56 +02:00
Merge pull request #523 from Hongarc/gitignore
Add log yarn, remove some line, what is covered by other line
This commit is contained in:
commit
fb9cb4d9d1
1 changed files with 2 additions and 10 deletions
12
.gitignore
vendored
12
.gitignore
vendored
|
@ -1,12 +1,10 @@
|
||||||
# NPM
|
# NPM and Yarn
|
||||||
npm-debug.log
|
npm-debug.log
|
||||||
|
yarn-error.log
|
||||||
node_modules/
|
node_modules/
|
||||||
|
|
||||||
# Build artifacts and asset stuff
|
# Build artifacts and asset stuff
|
||||||
build/*
|
build/*
|
||||||
build/bundle.js
|
|
||||||
build/bundle.*.js
|
|
||||||
build/main.*.css
|
|
||||||
screens
|
screens
|
||||||
FontAwesome-Vectors.pdf
|
FontAwesome-Vectors.pdf
|
||||||
index.html
|
index.html
|
||||||
|
@ -22,7 +20,6 @@ index.html
|
||||||
*.xcworkspace
|
*.xcworkspace
|
||||||
xcuserdata
|
xcuserdata
|
||||||
UserInterfaceState.xcuserstate
|
UserInterfaceState.xcuserstate
|
||||||
xcuserdata/
|
|
||||||
|
|
||||||
*.pbxuser
|
*.pbxuser
|
||||||
*.perspective
|
*.perspective
|
||||||
|
@ -40,7 +37,6 @@ xcuserdata/
|
||||||
|
|
||||||
.User.xcconfig
|
.User.xcconfig
|
||||||
|
|
||||||
xcuserdata
|
|
||||||
Tools/xctool/build
|
Tools/xctool/build
|
||||||
Tools/clang/analyzer/build
|
Tools/clang/analyzer/build
|
||||||
Tools/clang/libtooling/build
|
Tools/clang/libtooling/build
|
||||||
|
@ -50,7 +46,3 @@ VendorLib/Breakpad/src/tools/mac/dump_syms/build
|
||||||
DerivedData
|
DerivedData
|
||||||
VendorLib/clang/lib/arc
|
VendorLib/clang/lib/arc
|
||||||
VendorLib/clang/lib/c++
|
VendorLib/clang/lib/c++
|
||||||
|
|
||||||
*.swp
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue