Re: Netbeans and .gitignore

2024-10-31 Thread Sean Carrick
4 AM > *Cc:* users@netbeans.apache.org > *Subject:* Re: Netbeans and .gitignore > > > > Sam, > > > > Actually, you don't need to leave the IDE to create your .gitignore file. > All you need to do is switch to the *Files* tab and create a new *empty *file > in your

RE: Netbeans and .gitignore

2024-10-31 Thread Sam Lalani
Thank you, Sean, this information was very helpful!! From: Sean Carrick Sent: Tuesday, October 29, 2024 5:54 AM Cc: users@netbeans.apache.org Subject: Re: Netbeans and .gitignore Sam, Actually, you don't need to leave the IDE to create your .gitignore file. All you need to do is s

Re: Netbeans and .gitignore

2024-10-29 Thread Sean Carrick
Sam, Actually, you don't need to leave the IDE to create your .gitignore file. All you need to do is switch to the *Files* tab and create a new *empty * file in your top-level project directory named ".gitignore". To populate the file in the IDE, select those files and directories that you want ig

Netbeans and .gitignore

2024-10-28 Thread Sam Lalani
I use Git with my Java projects created in NetBeans to commit to GitHub. However, I want to ignore some files, such as *.class and the dist directory. Is there a GUI available in NetBeans for creating a .gitignore file for my project? Or do I have to create it outside the project and add it to th