mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-02 09:05:06 +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
|
||||
yarn-error.log
|
||||
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 +20,6 @@ index.html
|
|||
*.xcworkspace
|
||||
xcuserdata
|
||||
UserInterfaceState.xcuserstate
|
||||
xcuserdata/
|
||||
|
||||
*.pbxuser
|
||||
*.perspective
|
||||
|
@ -40,7 +37,6 @@ xcuserdata/
|
|||
|
||||
.User.xcconfig
|
||||
|
||||
xcuserdata
|
||||
Tools/xctool/build
|
||||
Tools/clang/analyzer/build
|
||||
Tools/clang/libtooling/build
|
||||
|
@ -50,7 +46,3 @@ VendorLib/Breakpad/src/tools/mac/dump_syms/build
|
|||
DerivedData
|
||||
VendorLib/clang/lib/arc
|
||||
VendorLib/clang/lib/c++
|
||||
|
||||
*.swp
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue