Skip to content

Instantly share code, notes, and snippets.

@kuckmc01
Created June 18, 2015 14:24
Show Gist options
  • Save kuckmc01/363dbe4f7a64caa63daa to your computer and use it in GitHub Desktop.
Save kuckmc01/363dbe4f7a64caa63daa to your computer and use it in GitHub Desktop.
gitignore for java
######################
# Intellij
######################
.idea/
*.iml
*.iws
######################
# Maven
######################
log/
target/
######################
# Directories
######################
/build/
/bin/
target/
# OS Files #
*.class
# Package Files #
*.jar
*.war
*.ear
*.db
######################
# Windows
######################
# Windows image file caches
Thumbs.db
# Folder config file
Desktop.ini
######################
# OSX
######################
.DS_Store
.svn
# Thumbnails
._*
# Files that might appear on external disk
.Spotlight-V100
.Trashes
######################
# Eclipse
######################
*.pydevproject
.project
.metadata
bin/**
tmp/**
tmp/**/*
*.tmp
*.bak
*.swp
*~.nib
local.properties
.classpath
.settings/
.loadpath
/src/main/resources/rebel.xml
# External tool builders
.externalToolBuilders/
# Locally stored "Eclipse launch configurations"
*.launch
# CDT-specific
.cproject
# PDT-specific
.buildpath
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment