Skip to content

Instantly share code, notes, and snippets.

@feliperuhland
Created December 30, 2013 17:01
Show Gist options
  • Save feliperuhland/8184739 to your computer and use it in GitHub Desktop.
Save feliperuhland/8184739 to your computer and use it in GitHub Desktop.
gitignore
#comentario
/bin
/bin/.*
/target/
/target/.*
/target-deploy/
/target-deploy/.*
/\.settings/
/\.settings/.*
/\.classpath
\Q/src/main/resources/rebel.xml\E
/src/main/resources/rebel.xml
/rebel.xml
/\.idea/*
/\.idea
=======
*.class
*.iml
# Package Files #
*.jar
*.war
*.ear
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment