Last active
September 17, 2019 10:18
-
-
Save JoseFilipeFerreira/7b07639b819c04dfbf9584a6bac84ae6 to your computer and use it in GitHub Desktop.
[Git] gitignore built for Java + IntelliJ + LaTeX
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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