Last active
November 18, 2021 16:34
-
-
Save sachsgit/2286de2b94ce69ec641f7504be63f4e9 to your computer and use it in GitHub Desktop.
Standard Windows/Maven/Java Project Git Ignore File
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 | |
target/ | |
bin/ | |
\.settings/ | |
\.project$ | |
\.classpath$ | |
# Log file | |
*.log | |
/logs/ | |
# BlueJ files | |
*.ctxt | |
# Temporary Files | |
tmp/ | |
*.bak | |
*.swp | |
*.tmp | |
# Package Files # | |
*.war$ | |
*.ear$ | |
*.zip$ | |
*.tar.gz$ | |
*.tgz$ | |
*.rar$ | |
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml | |
hs_err_pid* | |
# Reports | |
/test-output/ | |
# Word temporary | |
~$*.doc* | |
# Excel temporary | |
~$*.xls* | |
# Excel Backup File | |
*.xlk | |
# PowerPoint temporary | |
~$*.ppt* | |
# Visio autosave temporary files | |
*.~vsd* | |
# Failed Test Cases Re-Run | |
testng-failed.xml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment