Skip to content

Commit

Permalink
Ignore bin/ and build/
Browse files Browse the repository at this point in the history
Possible risk of accidentally ignoring code in a package with bin/ or build/ but that should be unlikely.
  • Loading branch information
benjchristensen committed Nov 24, 2012
1 parent ecac2dc commit 4c402dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ Thumbs.db
*/target
/build
*/build
build/

# IntelliJ specific files/directories
out
Expand All @@ -59,6 +60,7 @@ atlassian-ide-plugin.xml
.project
.settings
.metadata
bin/

# NetBeans specific files/directories
.nbattrs

0 comments on commit 4c402dc

Please sign in to comment.