Skip to content

Instantly share code, notes, and snippets.

@byte-sourcerer
Last active July 7, 2019 14:24
Show Gist options
  • Save byte-sourcerer/0639442bed04e001e6e4b6c3d276a6ab to your computer and use it in GitHub Desktop.
Save byte-sourcerer/0639442bed04e001e6e4b6c3d276a6ab to your computer and use it in GitHub Desktop.
# intellij
.idea
.gradle
out/
bin/
gradle/
build/
# vscode
.vscode/
# ecllipse
.settings/
.classpath
.project
# macOS
.DS_Store
# 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*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment