Skip to content
This repository has been archived by the owner on May 11, 2021. It is now read-only.

Add Netbeans and Eclipse to the .gitignore file. #161564

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# Netbeans
/nbproject/private/
/dist/
/build/
manifest.mf

# Eclipse
.project
.classpath
/bin/
/.settings/

# OS generated files
.DS_Store
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

*.pyc
.bundle
node_modules
Expand Down