23 Replies
who knows React must have some special way
<,<;;
so thats why i am asking
I was being sarcastic sorry
open a new repo in github, it'll have instructions
<,<;;
yes but react folders have so many node modules, it wont allow me to upload everything
so i was wondering if theres any special way
node_modules needs to go in .gitignore, which should probably be included when you generate a react repo
also, this should really go in #os-and-tools not in #front-end
meh
create a github channel
also thnx
there is a github channel, #os-and-tools
oniichan
so @Jochem , how exactly do i put a folder(node_modules) in a file(.gitignore)
cool beans ty
it no work @Jochem
I can't do anything with "it no work"
i put "node_modules" in .gitignore
i try to upload the folder, same error
"same error": you never shared that error
"try to upload": How?
What's the output of
git status
?lol
i use the website github
to upload
error: "Yowza, thatβs a lot of files. Try uploading fewer than 100 at a time. "
.gitignore:
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
node_modules
dist
dist-ssr
*.local
# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
node_modules
u der>right, so first off, chill please. I'm not just talking to you right now
?
ok
you gave me all of 60 seconds to respond before asking if I'm still here, wtf?
You need to install the git command line client on your PC, then initialize a repo in the folder your project is in, sign into github, then use
git add .
and git commit
and git push
to get your code uploadedk
Right, enjoy the time out
stay polite in future, spend the next hour maybe watching a git tutorial on youtube or something
i actually did that so tysm
did you solve your issue? π
yeah π tysm