Skip to content

Commit

Permalink
Add bin folder to git ignore
Browse files Browse the repository at this point in the history
bin folders are created instead of target folders when Eclipse is
misconfigured
  • Loading branch information
garydgregory committed Jan 10, 2025
1 parent cfe858d commit 4dd4714
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 10 deletions.
26 changes: 18 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
**/target/
**/.checkstyle
**/.settings/
**/.classpath
**/.project
**/site-content/
**/.DS_Store
/commons-fileupload2.iml
*.code-workspace
*.iml
*.iws
.classpath
.DS_Store
.externalToolBuilders/
.history/
.idea/
.project
.settings/
.svn/
.vscode/
/derby.log
/jackrabbit.log_IS_UNDEFINED
/jetty.log_IS_UNDEFINED
bin/
maven-eclipse.xml
target/
1 change: 0 additions & 1 deletion commons-fileupload2-core/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion commons-fileupload2-portlet/.gitignore

This file was deleted.

0 comments on commit 4dd4714

Please sign in to comment.