#gitignore
1 messages · Page 1 of 1 (latest)
that's git . . .
i thought you need to do it from the terminal for it to be git
idont even remember installing git
what did you think the git part of github was? 🤔
like corn and cornhub
github desktop is just a GUI for git made for github which is a remote host for git repositories
how do I fix my problem though?
make sure you've not already committed the files by the way, git will keep tracking them until you've deleted them
you also probably want to make sure to commit the gitignore before attempting to make any other commits
i dont think ive commited, since it didnt let me
oh
commit the gitignore
nope
still 21k+ changes
twas the same without the gitignore
well if your gitignore is still wrong that's probably not helping
git is a protocol. It can be accessed from cmd line or a gui interface.
I don't have GHD, but can you right mouse click on something (eg: the library FOLDER) and is there an option to add it to the gitignore ?
first just right mouse click on ANYTHING and see if there is an option to add it to the gitignore
it's in alphabetical order..
ok, go find the library folder.. add it to the gitignore, then look at the gitignore and see what it looks like for this addition

big brain
well, there is no library here
it is, but its not only the library
what's ignore.conf 🤔
anyway, just ignore that annotation manager then
ok
csre/Library/AnnotationManager
this is it now, all of those old lines are gone
adding just Library/ or [Ll]ibrary/ to the gitignore would ignore all files named Library or library regardless of how deep in the file structure they are. you've mangled your gitignore or you had already committed the files
WHOA
down to 700 changes
from 21k
ok, so the solution was to remove the / from each line
what are asp.net, shaderlab and hlsl?
Which is what I told you 😄
yeah
probably commited, because i acutally tried it before
or didnt save
