Skip to content

Instantly share code, notes, and snippets.

@JoseFilipeFerreira
Last active September 17, 2019 10:18
Show Gist options
  • Select an option

  • Save JoseFilipeFerreira/7b07639b819c04dfbf9584a6bac84ae6 to your computer and use it in GitHub Desktop.

Select an option

Save JoseFilipeFerreira/7b07639b819c04dfbf9584a6bac84ae6 to your computer and use it in GitHub Desktop.
[Git] gitignore built for Java + IntelliJ + LaTeX
# Compiled class file
*.class
# Log file
*.log
# BlueJ files
*.ctxt
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Package Files #
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
#intellij
.idea/
*.iml
out/
Report.*
!Report.tex
tests/
db/*
META-INF/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment