Skip to content

Instantly share code, notes, and snippets.

@sachsgit
Last active November 18, 2021 16:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sachsgit/2286de2b94ce69ec641f7504be63f4e9 to your computer and use it in GitHub Desktop.
Save sachsgit/2286de2b94ce69ec641f7504be63f4e9 to your computer and use it in GitHub Desktop.
Standard Windows/Maven/Java Project Git Ignore File
# 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