Skip to content

Instantly share code, notes, and snippets.

@lislon
Created February 18, 2020 20:16
Show Gist options
  • Save lislon/6fa7801bd122c496acc31669e5d250ad to your computer and use it in GitHub Desktop.
Save lislon/6fa7801bd122c496acc31669e5d250ad to your computer and use it in GitHub Desktop.
java gitignore
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
# User-specific stuff
**/.idea/**/workspace.xml
**/.idea/**/tasks.xml
**/.idea/**/usage.statistics.xml
**/.idea/**/dictionaries
**/.idea/**/shelf
**/.idea/**/contentModel.xml
out/
target/
*.class
hs_err_pid*
.DS_Store
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment