Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated gitignore for supporting various IDE #111

Closed
wants to merge 3 commits into from
Closed

updated gitignore for supporting various IDE #111

wants to merge 3 commits into from

Conversation

ohbus
Copy link

@ohbus ohbus commented Jan 11, 2021

✔️ Users can now work on the following IDE without worrying about the generated machine files by them.


✔️ On top of the existing gitignore files for IDEA. Some file types have been added.

ohbus and others added 3 commits January 11, 2021 14:21
- Added Support for development using Eclipse, VSCode and NetBeans
- Added few more filetypes for IDEA

Co-authored-by: Subhrodip Mohanta <subhrodipmohanta@gmail.com>
Co-authored-by: Subhrodip Mohanta <subhrodipmohanta@gmail.com>
Co-authored-by: Subhrodip Mohanta <subhrodipmohanta@gmail.com>
@sachishMaharjan
Copy link

Well Done.

@JJS777
Copy link

JJS777 commented Jan 12, 2021

I'm not sure What has happened but I have some screen shoots, it shows back in September that this happened... I noticed my browser wasn't displaying a secure connection and was lead here with all the problems I'm having.. I just had a stock screening app open and it immediately brought me to Git Hub 1

@@ -15,3 +14,34 @@ service/config/staging.yml
service/config/testing.yml
.opsmanage
put.sh

/**/target/
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would also add the IDEA build folder
/**/out/

/**/build/

### VS Code ###
/**/.vscode/
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As for VSCode I would also suggest

# Local History for Visual Studio Code
.history/

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would also add few more rules

### Java
# Compiled class file
/**/*.class

# Log file
/**/*.log

# Package Files #
/**/*.jar
/**/*.war

### macOS
/**/.DS_Store

### Windows
/**/Thumbs.db
/**/ehthumbs.db
/**/[Dd]esktop.ini
/**/*.lnk

.gitignore Show resolved Hide resolved
@JJS777
Copy link

JJS777 commented Jan 12, 2021 via email

@ehrenkret-signal
Copy link
Contributor

closing out old conflicting PRs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
5 participants