Exemplo de .gitignore ( Post: http://localhost8080.blogspot.com.br/2014/11/cuidados-com-o-git.html )
/target | |
/.settings | |
/.classpath | |
/.project | |
/ear/target | |
/ear/.settings | |
/ear/.project | |
/ejb/.settings | |
/ejb/.classpath | |
/ejb/.project | |
/ejb/target | |
/ejb/build | |
/ejb/bin | |
/ejb/src/main/java/META-INF/ejb-jar.xml | |
/ejb/.factorypath | |
/web/.classpath | |
/web/.settings | |
/web/.project | |
/web/target | |
/web/bin | |
/web/.factorypath | |
/web/src/main/webapp/WEB-INF/.faces-config.xml.jsfdia | |
/web/.metadata | |
/web/.apt_generated |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment